Your message dated Wed, 26 Apr 2006 07:17:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#363182: fixed in adduser 3.87
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: adduser
Version: 3.86
Severity: minor
adduser reports:
Use of uninitialized value in printf at /usr/sbin/adduser line 846.
whenever the cleanup function is called.
This is because of a misplaced close bracket.
A patch to fix this problem is attached.
Example run:
# adduser --system --debug test123
Selecting uid from range 100 to 999.
Adding system user `test123' with uid 108...
Adding new user `test123' (108) with group `nogroup'.
/usr/sbin/useradd -d /home/test123 -g nogroup -s /bin/false -u 108
test123
/usr/bin/chage -M 99999 test123
Creating home directory `/home/test123'.
Use of uninitialized value in printf at /usr/sbin/adduser line 846.
Stopped:
Removing directory `/home/test123'
rm -rf /home/test123
Removing user `test123'.
userdel test123
-Ted
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-1-686-smp
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages adduser depends on:
ii debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii passwd 1:4.0.15-5 change and administer password and
ii perl-base 5.8.8-4 The Pathologically Eclectic Rubbis
adduser recommends no packages.
-- debconf information:
adduser/homedir-permission: true
--- /tmp/adduser 2006-04-18 10:03:50.000000000 +1000
+++ /usr/sbin/adduser 2006-04-18 10:04:09.000000000 +1000
@@ -843,7 +843,7 @@
sub cleanup {
my ($msg) = @_;
- printf (gtx("Stopped: %s\n",$msg));
+ printf (gtx("Stopped: %s\n"),$msg);
if ($undohome) {
printf (gtx("Removing directory `%s'\n"),$undohome);
&systemcall('rm', '-rf', $undohome);
--- End Message ---
--- Begin Message ---
Source: adduser
Source-Version: 3.87
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.87.dsc
to pool/main/a/adduser/adduser_3.87.dsc
adduser_3.87.tar.gz
to pool/main/a/adduser/adduser_3.87.tar.gz
adduser_3.87_all.deb
to pool/main/a/adduser/adduser_3.87_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.
Marc Haber <[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: Wed, 26 Apr 2006 14:00:15 +0000
Source: adduser
Binary: adduser
Architecture: source all
Version: 3.87
Distribution: unstable
Urgency: low
Maintainer: Debian Adduser Developers <[EMAIL PROTECTED]>
Changed-By: Marc Haber <[EMAIL PROTECTED]>
Description:
adduser - Add and remove users and groups
Closes: 356130 361240 362623 363100 363182 364170
Changes:
adduser (3.87) unstable; urgency=low
.
[ Marc Haber ]
* Update Italian (it) program and manpage translation.
Thanks to Luca Monducci. (mh) Closes: #363100
* Update French (fr) program translation. Thanks to Thomas Huriaux
and Luc FROIDEFOND. (mh) Closes: #356130
* Add Galician (gl) debconf translation.
Thanks to Jacobo Tarrio. (mh) Closes: #361240
* Fix mis-placed closing bracket in sub cleanup.
Thanks to Ted Percival. (mh) Closes: #363182
* Fix multiple issues in deluser man page.
Thanks to J S Bygott. (mh) Closes: #362623
* Correct wording in adduser man page.
Thanks to Reuben Thomas. (mh) Closes: #364170
.
[ Joerg Hoh ]
* removed some unnecessary code
* converted all calls of die() to dief(); Thanks to Stephan Gran
<[EMAIL PROTECTED]>
Files:
7b662c196102c4decc2645a5c4b0240c 645 admin important adduser_3.87.dsc
1cbec0ffe3c4420fe7bd6ac9532f833b 213783 admin important adduser_3.87.tar.gz
371e687347b834042b6f54a384b5ee85 157302 admin important adduser_3.87_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFET32fgZalRGu6PIQRAjspAJ4vY8+ewTqAiREDKRZtPaWYj0f/tgCeLU95
VFNPl5G6PnnkHYF9OoT2JXY=
=tRr6
-----END PGP SIGNATURE-----
--- End Message ---