(/home instead of /home/users). This fixes Alioth's bug #310559.
Thanks to Dale E. Edmons.
+2008-02-14 Nicolas François <nicolas.francois@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@centraliens.net>
* NEWS, src/newgrp.c: Use the correct AUDIT_CHGRP_ID event instead of
- 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.
# useradd defaults file
GROUP=1000
-HOME=/home/users
+HOME=/home
INACTIVE=-1
EXPIRE=
SHELL=/bin/bash