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.
This commit is contained in:
nekral-guest
2008-02-17 15:29:41 +00:00
parent 80ef1db3b3
commit 280fcebae8
3 changed files with 9 additions and 1 deletions

2
NEWS
View File

@@ -12,6 +12,8 @@ shadow-4.1.0 -> shadow-4.1.1 UNRELEASED
- 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.