From 31416d589ebb34eeab1af151dd50015105e3db98 Mon Sep 17 00:00:00 2001 From: Matheus Izvekov Date: Thu, 21 Jan 2010 19:30:25 -0200 Subject: chown: support long options function old new delta chown_longopts - 81 +81 chown_main 182 192 +10 Signed-off-by: Matheus Izvekov Signed-off-by: Denys Vlasenko --- coreutils/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'coreutils/Config.in') diff --git a/coreutils/Config.in b/coreutils/Config.in index 49e285982..1e32e2664 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 -- cgit v1.2.3