* NEWS, src/userdel.c: Check the existence of the user's mail

spool before trying to remove it. If it does not exist, a warning
	is issued, but no failure.
This commit is contained in:
nekral-guest
2011-06-04 22:38:57 +00:00
parent c9281b5bb9
commit 14f44bd9c9
3 changed files with 32 additions and 1 deletions

3
NEWS
View File

@@ -44,6 +44,9 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED
- useradd
* If the skeleton directory contained hardlinked files, copies of the
hardlink were removed from the skeleton directory.
- userdel
* Check the existence of the user's mail spool before trying to remove
it. If it does not exist, a warning is issued, but no failure.
- usermod
* Accept options in any order (username not necessarily at the end)