[Adduser-devel] r185 - in trunk: . debian doc
Marc Haber
zugschlus@costa.debian.org
Sat, 05 Feb 2005 11:57:18 +0100
Author: zugschlus
Date: 2005-02-05 11:57:14 +0100 (Sat, 05 Feb 2005)
New Revision: 185
Modified:
trunk/adduser.conf
trunk/debian/changelog
trunk/doc/adduser.conf.5
Log:
* Fix docs wrongly suggesting home dirs created sgid. Thanks to
Shaul Karl. (mh) Closes: #286227.
Modified: trunk/adduser.conf
===================================================================
--- trunk/adduser.conf 2004-09-04 17:25:38 UTC (rev 184)
+++ trunk/adduser.conf 2005-02-05 10:57:14 UTC (rev 185)
@@ -39,19 +39,15 @@
LAST_GID=29999
# The USERGROUPS variable can be either "yes" or "no". If "yes" each
-# created user will be given their own group to use as a default, and
-# their home directories will be g+s. If "no", each created user will
-# be placed in the group whose gid is USERS_GID (see below).
+# created user will be given their own group to use as a default. If
+# "no", each created user will be placed in the group whose gid is
+# USERS_GID (see below).
USERGROUPS=yes
# If USERGROUPS is "no", then USERS_GID should be the GID of the group
# `users' (or the equivalent group) on your system.
USERS_GID=100
-# If QUOTAUSER is set, a default quota will be set from that user with
-# `edquota -p QUOTAUSER newuser'
-QUOTAUSER=""
-
# If DIR_MODE is set, directories will be created with the specified
# mode. Otherwise the default mode 0755 will be used.
DIR_MODE=0755
@@ -62,3 +58,8 @@
# no longer do this per default. If you want it nevertheless you can
# still set it here.
SETGID_HOME=no
+
+# If QUOTAUSER is set, a default quota will be set from that user with
+# `edquota -p QUOTAUSER newuser'
+QUOTAUSER=""
+
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2004-09-04 17:25:38 UTC (rev 184)
+++ trunk/debian/changelog 2005-02-05 10:57:14 UTC (rev 185)
@@ -5,8 +5,10 @@
Closes: #268841.
* adduser manpage fixes. Thanks to Siward de Groot. (mh)
Closes: #268837.
+ * Fix docs wrongly suggesting home dirs created sgid. Thanks to
+ Shaul Karl. (mh) Closes: #286227.
- -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 4 Sep 2004 19:25:03 +0200
+ -- Marc Haber <mh+debian-packages@zugschlus.de> Sat, 5 Feb 2005 09:47:10 +0100
adduser (3.59) unstable; urgency=low
Modified: trunk/doc/adduser.conf.5
===================================================================
--- trunk/doc/adduser.conf.5 2004-09-04 17:25:38 UTC (rev 184)
+++ trunk/doc/adduser.conf.5 2005-02-05 10:57:14 UTC (rev 185)
@@ -73,8 +73,8 @@
\fBUSERGROUPS\fP
If this is set to
.IR yes ,
-then each created user will be given their own group to use and their
-home directories will be g+s. If this is
+then each created user will be given their own group to use. If this
+is
.IR no ,
then each created user will be placed in the group whose GID is
\fBUSERS_GID\fP (see below). The default is
@@ -87,10 +87,6 @@
default value is
.IR 100 .
.TP
-\fBQUOTAUSER\fP
-If set to a nonempty value, new users will have quotas copied from
-that user. The default is empty.
-.TP
\fBDIR_MODE\fP
If set to a valid value (e.g. 0755 or 755), directories created will have
the specified permissions. Otherwise 0755 is used as default.
@@ -104,6 +100,10 @@
versions << 3.13. Unfortunately it has some bad side effects, so we no
longer do this per default. If you want it nevertheless you can still
activate it here.
+.TP
+\fBQUOTAUSER\fP
+If set to a nonempty value, new users will have quotas copied from
+that user. The default is empty.
.SH FILES
.I /etc/adduser.conf
.SH SEE ALSO