diff options
author | Matheus Izvekov | 2010-01-21 19:30:25 -0200 |
---|---|---|
committer | Denys Vlasenko | 2010-01-23 00:10:40 +0100 |
commit | 31416d589ebb34eeab1af151dd50015105e3db98 (patch) | |
tree | 4012bdc30abd9ce17374706280344861829ce46e /coreutils/Config.in | |
parent | 8b8d32ea56d443c754f9230e2284ed65a2552df4 (diff) | |
download | busybox-31416d589ebb34eeab1af151dd50015105e3db98.zip busybox-31416d589ebb34eeab1af151dd50015105e3db98.tar.gz |
chown: support long options
function old new delta
chown_longopts - 81 +81
chown_main 182 192 +10
Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 49e2859..1e32e26 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -52,6 +52,13 @@ config CHOWN chown is used to change the user and/or group ownership of files. +config FEATURE_CHOWN_LONG_OPTIONS + bool "Enable long options" + default n + depends on CHOWN && LONG_OPTS + help + Enable use of long options + config CHROOT bool "chroot" default n |