From 50eafd769b9c00e88bfe7f5454adc7b7a9c05315 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Nov 2011 18:37:32 +0000 Subject: [PATCH] * NEWS, src/userdel.c, man/userdel.8.xml: Add --root option. Open audit and syslog after the potential chroot. userdel's usage split in smaller messages. --- ChangeLog | 3 +++ NEWS | 1 + man/userdel.8.xml | 15 ++++++++++++++- src/userdel.c | 39 ++++++++++++++++++++++++--------------- 4 files changed, 42 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f449f74..a9de9ec9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ are applied to the chroot. * NEWS, src/useradd.c, man/useradd.8.xml: Add --root option. Open audit after the potential chroot. + * NEWS, src/userdel.c, man/userdel.8.xml: Add --root option. Open + audit and syslog after the potential chroot. userdel's usage split + in smaller messages. 2011-10-22 Nicolas François diff --git a/NEWS b/NEWS index 82620925..1f802b62 100644 --- a/NEWS +++ b/NEWS @@ -77,6 +77,7 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED it. If it does not exist, a warning is issued, but no failure. * Do not remove a group with the same name as the user (usergroup) if this group isn't the user's primary group. + * Add --root option. - usermod * Accept options in any order (username not necessarily at the end) * When the shadow file exists but there are no shadow entries, an entry diff --git a/man/userdel.8.xml b/man/userdel.8.xml index 1ee70b2a..7b85c48c 100644 --- a/man/userdel.8.xml +++ b/man/userdel.8.xml @@ -1,7 +1,7 @@