Do not rewrite the group and gshadow file in case of error.

This commit is contained in:
nekral-guest
2008-03-08 16:23:22 +00:00
parent 9e07fec6ba
commit a2242f6f1b
3 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2008-03-08 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, src/groupdel.c: Do not rewrite the group and gshadow file
in case of error.
2008-03-08 Nicolas François <nicolas.francois@centraliens.net>
* src/groupdel.c: Do not log that the group was deleted if an
@@ -5,8 +10,8 @@
2008-03-08 Nicolas François <nicolas.francois@centraliens.net>
* src/groupdel.c: Do not raise an error if the group does not
exist in the gshadow file.
* NEWS, src/groupdel.c: Do not raise an error if the group does
not exist in the gshadow file.
2008-03-08 Nicolas François <nicolas.francois@centraliens.net>