* debian/login.defs: Improve documentation of USERGROUPS_ENAB.

Closes: #572687
This commit is contained in:
nekral-guest
2010-03-15 10:06:34 +00:00
parent 53f2df3ded
commit 1640002065
2 changed files with 6 additions and 2 deletions

2
debian/changelog vendored
View File

@@ -14,6 +14,8 @@ shadow (1:4.1.4.3-1) UNRELEASED; urgency=low
* debian/securetty.linux: Added support for embedded ARM AMBA PL011 ports
(e.g. emulated by QEMU). Closes: #544184
* debian/control: Removed Martin Quinson from the Uploaders, on his request.
* debian/login.defs: Improve documentation of USERGROUPS_ENAB.
Closes: #572687
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Sun, 24 Jan 2010 18:28:33 +0100

6
debian/login.defs vendored
View File

@@ -224,10 +224,12 @@ DEFAULT_HOME yes
#USERDEL_CMD /usr/sbin/userdel_local
#
# This enables userdel to remove user groups if no members exist.
# If set to yes, userdel will remove the user´s group if it contains no
# more members, and useradd will create by default a group with the name
# of the user.
#
# Other former uses of this variable such as setting the umask when
# user==primary group are not used in PAM environments, thus in Debian
# user==primary group are not used in PAM environments, such as Debian
#
USERGROUPS_ENAB yes