Blame SOURCES/shadow-4.1.5.1-userdel-helpfix.patch
|
|
4fb1b2 |
Index: shadow-4.5/src/userdel.c
|
|
|
4fb1b2 |
===================================================================
|
|
|
4fb1b2 |
--- shadow-4.5.orig/src/userdel.c
|
|
|
4fb1b2 |
+++ shadow-4.5/src/userdel.c
|
|
|
4fb1b2 |
@@ -143,8 +143,9 @@ static void usage (int status)
|
|
|
4fb1b2 |
"\n"
|
|
|
4fb1b2 |
"Options:\n"),
|
|
|
4fb1b2 |
Prog);
|
|
|
4fb1b2 |
- (void) fputs (_(" -f, --force force removal of files,\n"
|
|
|
4fb1b2 |
- " even if not owned by user\n"),
|
|
|
4fb1b2 |
+ (void) fputs (_(" -f, --force force some actions that would fail otherwise\n"
|
|
|
4fb1b2 |
+ " e.g. removal of user still logged in\n"
|
|
|
4fb1b2 |
+ " or files, even if not owned by the user\n"),
|
|
|
4fb1b2 |
usageout);
|
|
|
4fb1b2 |
(void) fputs (_(" -h, --help display this help message and exit\n"), usageout);
|
|
|
4fb1b2 |
(void) fputs (_(" -r, --remove remove home directory and mail spool\n"), usageout);
|