[Pkg-shadow-commits] r1828 - in upstream/trunk: . etc

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Feb 17 15:29:42 UTC 2008


Author: nekral-guest
Date: 2008-02-17 15:29:41 +0000 (Sun, 17 Feb 2008)
New Revision: 1828

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/NEWS
   upstream/trunk/etc/useradd
Log:
Change the default HOME directory in /etc/default/useradd according FHS
(/home instead of /home/users).  This fixes Alioth's bug #310559.
Thanks to Dale E. Edmons.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-02-17 14:50:55 UTC (rev 1827)
+++ upstream/trunk/ChangeLog	2008-02-17 15:29:41 UTC (rev 1828)
@@ -1,5 +1,11 @@
 2008-02-14  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* NEWS, etc/useradd: Change the default HOME directory in
+	/etc/default/useradd according FHS (/home instead of /home/users).
+	This fixes Alioth's bug #310559. Thanks to Dale E. Edmons.
+
+2008-02-14  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* NEWS, src/newgrp.c: Use the correct AUDIT_CHGRP_ID event instead of
 	AUDIT_USER_START, when changing the user space group ID with
 	newgrp or sg. Thanks to sgrubb at redhat.com for the patch.

Modified: upstream/trunk/NEWS
===================================================================
--- upstream/trunk/NEWS	2008-02-17 14:50:55 UTC (rev 1827)
+++ upstream/trunk/NEWS	2008-02-17 15:29:41 UTC (rev 1828)
@@ -12,6 +12,8 @@
 - general
   * Do not translate the messages sent to syslog. This avoids logging
     PAM error messages in the users's locale.
+- etc/useradd
+  * /etc/default/useradd now defines HOME as /home to match FHS.
 - chage
   * Fix bug which forbid to set the aging information of an account with a
     passwd entry, but no shadow entry.

Modified: upstream/trunk/etc/useradd
===================================================================
--- upstream/trunk/etc/useradd	2008-02-17 14:50:55 UTC (rev 1827)
+++ upstream/trunk/etc/useradd	2008-02-17 15:29:41 UTC (rev 1828)
@@ -1,6 +1,6 @@
 # useradd defaults file
 GROUP=1000
-HOME=/home/users
+HOME=/home
 INACTIVE=-1
 EXPIRE=
 SHELL=/bin/bash




More information about the Pkg-shadow-commits mailing list