* src/usermod.c (move_home): It is always an error to use -m if

the new home directory already exist (independently from the
	existence of the old home directory did not exist)
This commit is contained in:
nekral-guest
2011-07-14 13:29:05 +00:00
parent aec025dbf6
commit d51420bb01
2 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
2011-07-14 Nicolas François <nicolas.francois@centraliens.net>
* src/usermod.c: Fix typo in comment.
* src/usermod.c (move_home): It is always an error to use -m if
the new home directory already exist (independently from the
existence of the old home directory did not exist)
2011-07-08 Nicolas François <nicolas.francois@centraliens.net>