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
Marc Haber
2006-Feb-26 16:03 UTC
[Adduser-devel] Bug#354459: create_homedir(): *.dpkg-* hardcoded
tags #354459 confirmed pending thanks On Sun, Feb 26, 2006 at 03:56:59PM +0100, Marc Haber wrote:> 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.Stephan had already committed a patch which I wasn''t aware when filing this bug. His patch is now in svn. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Debian Bug Tracking System
2006-Feb-26 16:03 UTC
[Adduser-devel] Processed: Re: Bug#354459: create_homedir(): *.dpkg-* hardcoded
Processing commands for control@bugs.debian.org:> tags #354459 confirmed pendingBug#354459: create_homedir(): *.dpkg-* hardcoded There were no tags set. Tags added: confirmed, pending> thanksStopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Debian Bug Tracking System
2006-Mar-04 09:09 UTC
[Adduser-devel] Bug#354459: marked as done (create_homedir(): *.dpkg-* hardcoded)
Your message dated Sat, 04 Mar 2006 00:47:05 -0800 with message-id <E1FFSPp-00058W-5h@spohr.debian.org> 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) -------------- next part -------------- An embedded message was scrubbed... From: Marc Haber <mh+debian-bugs@zugschlus.de> Subject: create_homedir(): *.dpkg-* hardcoded Date: Sun, 26 Feb 2006 15:56:59 +0100 Size: 2021 Url: http://lists.alioth.debian.org/pipermail/adduser-devel/attachments/20060304/d3254b40/attachment-0002.mht -------------- next part -------------- An embedded message was scrubbed... From: Marc Haber <mh+debian-packages@zugschlus.de> Subject: Bug#354459: fixed in adduser 3.85 Date: Sat, 04 Mar 2006 00:47:05 -0800 Size: 3301 Url: http://lists.alioth.debian.org/pipermail/adduser-devel/attachments/20060304/d3254b40/attachment-0003.mht