Your message dated Sun, 16 May 2010 17:09:19 -0700
with message-id <20100517000919.gt8...@teltox.donarmstrong.com>
and subject line underlying bug regarding uid 71 has been worked around
has caused the Debian Bug report #219307,
regarding base-passwd: please do not auto-remove gid 71
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 ow...@bugs.debian.org
immediately.)
--
219307: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=219307
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: base-passwd
Version: 3.5.4
Severity: wishlist
Hi, update-passwd has a list of specialusers and specialgroups including
qmail uids and gid formerly used by the qmail-src package. In Dec. 2000
I made unofficial qmail binary packages available for potato, using the
same uids and gid as the qmail-src package, but one additional group as
prescribed by the upstream documentation. This is group ``nofiles'',
gid 71.
Users of my unofficial packages need to take special care on each
upgrade of base-passwd to have the nofiles group not removed. If
possible, please apply the attached patch to avoid this extra effort on
dist-upgrade from woody to sarge, even though it's only for users of
unofficial packages.
Thanks, Gerrit.
diff -ur ./update-passwd.c ../base-passwd-3.5.4.new/update-passwd.c
--- ./update-passwd.c 2003-04-16 12:37:40.000000000 +0000
+++ ../base-passwd-3.5.4.new/update-passwd.c 2003-11-05 14:57:00.000000000
+0000
@@ -90,6 +90,7 @@
{ 35, (FL_NOAUTOADD|FL_NOAUTOREMOVE) }, /* dos */
{ 36, (FL_NOAUTOADD|FL_NOAUTOREMOVE) }, /* msql */
{ 70, (FL_NOAUTOREMOVE) }, /* qmail */
+ { 71, (FL_NOAUTOREMOVE) }, /* nofiles */
{ 0, 0}
};
pgpnqdhYjKzuu.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
The underlying bug regarding uid 71 autoremoval has been worked around
Don Armstrong
--
A citizen of America will cross the ocean to fight for democracy, but
won't cross the street to vote in a national election.
-- Bill Vaughan
http://www.donarmstrong.com http://rzlab.ucr.edu
--- End Message ---