diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-29 19:25:45 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-29 19:25:45 +0000 |
commit | 15ca51e3e2a31efc275b616106244d8ec3f8f773 (patch) | |
tree | e54716fcb612a54cfa72564d9ef089eebe92acbd /include | |
parent | 5a28a25b9dd81e0975532458723c4244ff532e58 (diff) | |
download | busybox-w32-15ca51e3e2a31efc275b616106244d8ec3f8f773.tar.gz busybox-w32-15ca51e3e2a31efc275b616106244d8ec3f8f773.tar.bz2 busybox-w32-15ca51e3e2a31efc275b616106244d8ec3f8f773.zip |
appletlib.c: make it actally follow _BB_SUID_ALWAYS rules
adduser: implement -S and code shrink / fix uid selection
*: sanitize getspnam_r use
text data bss dec hex filename
777042 974 9676 787692 c04ec busybox_old
776883 974 9676 787533 c044d busybox_unstripped
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 682b4d760..5307d98d0 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -27,7 +27,7 @@ | |||
27 | " -g GECOS GECOS field\n" \ | 27 | " -g GECOS GECOS field\n" \ |
28 | " -s SHELL Login shell\n" \ | 28 | " -s SHELL Login shell\n" \ |
29 | " -G GROUP Add user to existing group\n" \ | 29 | " -G GROUP Add user to existing group\n" \ |
30 | " -S Create a system user (ignored)\n" \ | 30 | " -S Create a system user\n" \ |
31 | " -D Do not assign a password\n" \ | 31 | " -D Do not assign a password\n" \ |
32 | " -H Do not create home directory" | 32 | " -H Do not create home directory" |
33 | 33 | ||