Your message dated Thu, 27 Mar 2008 21:17:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#472349: fixed in adduser 3.107 has caused the Debian Bug report #472349, regarding adduser: please delay more than 5 seconds during deluser root 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.) -- 472349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472349 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: adduser Version: 3.106 Tags: patch File: /usr/sbin/deluser See also: #471705 This patch explicit statement that there is a time limit; without this, users are likely to reread the huge warning rather than quickly aborting/suspending the process to investigate. --- /usr/sbin/deluser +++ /tmp/tmp.FqfaY26055/deluser 2008-03-23 13:50:46.000000000 -0400 @@ -225,11 +225,13 @@ } # Warn in any case if you want to remove the root account - if ($uid == 0) { + if ($pw_uid == 0) { + my $delay=10; printf (gtx("WARNING: You are just about to delete the root account (uid 0)\n")); + printf (gtx("This action will proceed in $delay seconds; ")); + printf (gtx("Press Ctrl+C immediately to abort\n")); printf (gtx("Usually this is never required as it may render the whole system unusable\n")); - printf (gtx("Press immediately Ctrl+C if you want to abort\n")); - sleep 5; + sleep $delay; printf (gtx("Ok, you really want it, I'll delete that account\n")); }
--- End Message ---
--- Begin Message ---Source: adduser Source-Version: 3.107 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.107.dsc to pool/main/a/adduser/adduser_3.107.dsc adduser_3.107.tar.gz to pool/main/a/adduser/adduser_3.107.tar.gz adduser_3.107_all.deb to pool/main/a/adduser/adduser_3.107_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: Thu, 27 Mar 2008 20:43:30 +0000 Source: adduser Binary: adduser Architecture: source all Version: 3.107 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: 469165 470464 470847 471705 471903 472349 Changes: adduser (3.107) unstable; urgency=low . [ Joerg Hoh ] * deluser: fix really annoying message about removing root account when removing just a simple user. (Closes: #469165, #470464, #470847, #471705, #472349) . [ Stephen Gran ] * Translations: - eu (thanks Piarres Beobide <[EMAIL PROTECTED]>)(closes: #471903) Files: 0dd290f4b8f57d3d61413596163adf01 835 admin important adduser_3.107.dsc 85f472ae5cedaea852c487ce7f6bd1e3 264145 admin important adduser_3.107.tar.gz f5bf39bfa88f28632bb193990976314f 172946 admin important adduser_3.107_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH7AdrSYIMHOpZA44RAhXvAJ963469wSRtHT2vJjA5ly6CcnYikgCeP3zw BDly+ZSSNl1pi52FpyHk3Bk= =b/dk -----END PGP SIGNATURE-----
--- End Message ---

