Your message dated Sun, 02 Mar 2008 17:17:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#451321: fixed in adduser 3.106 has caused the Debian Bug report #451321, regarding adduser: deluser should not rewrite backup files to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 451321: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451321 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: adduser Version: 3.105 Severity: minor Tags: patch The original backup code in deluser first writes the tar file, and then compresses it. This patch simply uses some gnu tar options (already required) to accomplish the same. This is useful when backup up over NFS. *** deluser.orig 2007-11-14 15:29:19.000000000 -0800 --- deluser 2007-11-14 15:29:27.000000000 -0800 *************** *** 300,317 **** print $filesfile join("\n",@files); $filesfile->close(); my $tar = &which('tar'); ! &systemcall($tar, "-cf", $backup_name, "--files-from", $filesfilename); ! chmod 0600, $backup_name; ! my $rootid = 0; ! chown $rootid, $rootid, $backup_name; ! unlink($filesfilename); my $bzip2 = &which('bzip2', 1); my $gzip = &which('gzip', 1); if($bzip2) { ! systemcall($bzip2, $backup_name); } elsif($gzip) { ! systemcall($gzip, "--best", $backup_name); } } if(@files || @dirs) { --- 300,322 ---- print $filesfile join("\n",@files); $filesfile->close(); my $tar = &which('tar'); ! ! my $ext = ""; ! my $options = ""; my $bzip2 = &which('bzip2', 1); my $gzip = &which('gzip', 1); if($bzip2) { ! $options .= "--bzip2"; ! $ext = ".bz2"; } elsif($gzip) { ! $options .= "--gzip"; ! $ext = ".gz"; } + &systemcall($tar, "-c" , $options, "-f", $backup_name.$ext, "--files-from", $filesfilename); + chmod 600, $backup_name; + my $rootid = 0; + chown $rootid, $rootid, $backup_name.$ext; + unlink($filesfilename); } if(@files || @dirs) { -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990, 'stable'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-5-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages adduser depends on: ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy ii passwd 1:4.0.18.1-7 change and administer password and ii perl-base 5.8.8-7 The Pathologically Eclectic Rubbis adduser recommends no packages. -- debconf information: * adduser/homedir-permission: true
--- End Message ---
--- Begin Message ---Source: adduser Source-Version: 3.106 We believe that the bug you reported is fixed in the latest version of adduser, which is due to be installed in the Debian FTP archive: adduser_3.106.dsc to pool/main/a/adduser/adduser_3.106.dsc adduser_3.106.tar.gz to pool/main/a/adduser/adduser_3.106.tar.gz adduser_3.106_all.deb to pool/main/a/adduser/adduser_3.106_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Stephen Gran <[EMAIL PROTECTED]> (supplier of updated adduser package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 02 Mar 2008 16:57:21 +0000 Source: adduser Binary: adduser Architecture: source all Version: 3.106 Distribution: unstable Urgency: low Maintainer: Debian Adduser Developers <[EMAIL PROTECTED]> Changed-By: Stephen Gran <[EMAIL PROTECTED]> Description: adduser - add and remove users and groups Closes: 145430 435778 439212 442203 447104 447868 451321 451967 452289 452290 453419 454928 468152 Changes: adduser (3.106) unstable; urgency=low . [ Joerg Hoh ] * adduser exits with returncode 1 if trying to add an already existing user as system user. Thanks to Vincent Bernat; Closes: #435778 * deluser: warn if you want to remove the root account. Closes: #145430 * deluser: fix backup when bzip2 is not available. Closes: #453419 * deluser: print correct warning when you removed the last user in a group; thanks Marc 'Zugschlus' Haber and Peter Eisentraut (Closes: #454928,#451967) . [ Stephen Gran ] * Translation: be (thanks Pavel Piatruk <[EMAIL PROTECTED]>)( closes: #447104) fr (thanks Nicolas François <[EMAIL PROTECTED]>) (closes: #442203) ru (thanks Yuri Kozlov <[EMAIL PROTECTED]>)(closes: #452289, #452290) sk (thanks Ivan Masár <[EMAIL PROTECTED]>)(closes: #439212) zh_CN (thanks LI Daobing <[EMAIL PROTECTED]>)(closes: #447868) * Clarify --in-group documentation (closes: #468152) * deluser: Let tar gzip/bzip backups directly (closes: #451321) * Update Standards Version (no changes) * Homepage, Vcs-Svn and Vcs-Browser fields added * Do nothing in binary-arch Files: 542e266dab99f99dea31a4ba016fd7d7 835 admin important adduser_3.106.dsc 3329395cc47d3f5f147e87028736387b 262830 admin important adduser_3.106.tar.gz be4885c8629de328cc18cff8352d280e 183366 admin important adduser_3.106_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHyt0bSYIMHOpZA44RAoekAKDP4rjhUqCdHRv0lnrQyQTGnK2fbgCfX/Jo ffCcTqO+7IMpzabvF+jGodA= =bPI8 -----END PGP SIGNATURE-----
--- End Message ---

