Your message dated Sat, 04 Mar 2006 00:47:05 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#354459: fixed in adduser 3.85 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.84 Severity: normal Hi, in create_homedir, *.dpkg-* is hardcoded. I'd like to have that mask at least configurable in a variable, or - better - from the config file with a reasonable default. Code in question: if ($config{"skel"} && $copy_skeleton) { printf gtx("Copying files from %s'\n"),$config{skel} if $verbose; open(FIND, "cd $config{skel}; find . ! -name '*.dpkg-*' -print |") || &cleanup("fork for find: $!\n"); while (<FIND>) { chop; next if ($_ eq "."); next if ($_ =~ /\.dpkg-/); ©_to_dir($config{"skel"}, $_, $home_dir, $new_uid, $new_gid, ($config{"setgid_home"} =~ /yes/i)); } } *UGH* Greetings Marc
--- End Message ---
--- Begin Message ---Source: adduser Source-Version: 3.85 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.85.dsc to pool/main/a/adduser/adduser_3.85.dsc adduser_3.85.tar.gz to pool/main/a/adduser/adduser_3.85.tar.gz adduser_3.85_all.deb to pool/main/a/adduser/adduser_3.85_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: Sat, 4 Mar 2006 08:19:39 +0000 Source: adduser Binary: adduser Architecture: source all Version: 3.85 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: 121262 353666 353672 354459 354823 354829 Changes: adduser (3.85) unstable; urgency=low . * Add versioned Replaces for manpages-it. Thanks to Marco Presi and Francesco Paolo Lovergine. (mh) Closes: #353666, #353672. * Apply a bunch of patches from Stephen Gran, which look like they finish unfinished work. * introduce skel_ignore_regex, patch by Stephen Gran. (mh) Closes: #121262, #354459 * Initialize configref->{"exclude_fstypes"} in AdduserCommon.pm. Thanks to Nobuhiro KUSUNO. Closes: #354823 * Add perl-based test suite, shell scripts seem to be no-op now. (jh) * Re-start testing timer. Closes: #354829 Files: a5caa9a0f7bfdddd7ba75e9cff06e0ba 645 admin important adduser_3.85.dsc c4e4ac0d74f993546402657bcf91dde7 209497 admin important adduser_3.85.tar.gz 3dd95d3a334e25e0530e3a2b1ba02056 171038 admin important adduser_3.85_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFECVHAgZalRGu6PIQRAnakAKCyT44inByX1Fgt8h6udr0QhhqZigCfd3Eg XO0I0Axh2qB/XyM3L9luxSs= =QVcw -----END PGP SIGNATURE-----
--- End Message ---

