diff options
author | Denis Vlasenko | 2008-02-15 15:17:23 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-02-15 15:17:23 +0000 |
commit | 753f42ab8d50f92e36d3b06a2a47630bed69f257 (patch) | |
tree | f79be7056a4e5ddc0066bffd5daab406d961175e /loginutils/Config.in | |
parent | 0e6f661e23d358cca104c24f8438d0ec64df32f1 (diff) | |
download | busybox-753f42ab8d50f92e36d3b06a2a47630bed69f257.zip busybox-753f42ab8d50f92e36d3b06a2a47630bed69f257.tar.gz |
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 6f2702e..6ee154c 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -88,6 +88,13 @@ config ADDUSER help Utility for creating a new user account. +config FEATURE_ADDUSER_LONG_OPTIONS + bool "Enable long options" + default n + depends on ADDUSER && GETOPT_LONG + help + Support long options for the adduser applet. + config DELUSER bool "deluser" default n |