diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-15 15:17:23 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-15 15:17:23 +0000 |
commit | 753f42ab8d50f92e36d3b06a2a47630bed69f257 (patch) | |
tree | f79be7056a4e5ddc0066bffd5daab406d961175e /loginutils/Config.in | |
parent | 0e6f661e23d358cca104c24f8438d0ec64df32f1 (diff) | |
download | busybox-w32-753f42ab8d50f92e36d3b06a2a47630bed69f257.tar.gz busybox-w32-753f42ab8d50f92e36d3b06a2a47630bed69f257.tar.bz2 busybox-w32-753f42ab8d50f92e36d3b06a2a47630bed69f257.zip |
adduser: optional support for long options. +110 bytes.
closes bug 2134.
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 6f2702e95..6ee154c61 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -88,6 +88,13 @@ config ADDUSER | |||
88 | help | 88 | help |
89 | Utility for creating a new user account. | 89 | Utility for creating a new user account. |
90 | 90 | ||
91 | config FEATURE_ADDUSER_LONG_OPTIONS | ||
92 | bool "Enable long options" | ||
93 | default n | ||
94 | depends on ADDUSER && GETOPT_LONG | ||
95 | help | ||
96 | Support long options for the adduser applet. | ||
97 | |||
91 | config DELUSER | 98 | config DELUSER |
92 | bool "deluser" | 99 | bool "deluser" |
93 | default n | 100 | default n |