diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-19 12:10:38 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-19 12:10:38 +0200 |
commit | f3b92d385695aecefd93d5f199be1f64270c2687 (patch) | |
tree | 5d6b2308ceafea6040bd78ea8401a91eb65d376b /selinux | |
parent | e2e4cc249dc1bd4b280846f55a36208674eadd55 (diff) | |
download | busybox-w32-f3b92d385695aecefd93d5f199be1f64270c2687.tar.gz busybox-w32-f3b92d385695aecefd93d5f199be1f64270c2687.tar.bz2 busybox-w32-f3b92d385695aecefd93d5f199be1f64270c2687.zip |
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/selinux/Config.in b/selinux/Config.in index e795e73d0..e46030adf 100644 --- a/selinux/Config.in +++ b/selinux/Config.in | |||
@@ -16,7 +16,7 @@ config CHCON | |||
16 | config FEATURE_CHCON_LONG_OPTIONS | 16 | config FEATURE_CHCON_LONG_OPTIONS |
17 | bool "Enable long options" | 17 | bool "Enable long options" |
18 | default y | 18 | default y |
19 | depends on CHCON && GETOPT_LONG | 19 | depends on CHCON && LONG_OPTS |
20 | help | 20 | help |
21 | Support long options for the chcon applet. | 21 | Support long options for the chcon applet. |
22 | 22 | ||
@@ -67,7 +67,7 @@ config RUNCON | |||
67 | config FEATURE_RUNCON_LONG_OPTIONS | 67 | config FEATURE_RUNCON_LONG_OPTIONS |
68 | bool "Enable long options" | 68 | bool "Enable long options" |
69 | default y | 69 | default y |
70 | depends on RUNCON && GETOPT_LONG | 70 | depends on RUNCON && LONG_OPTS |
71 | help | 71 | help |
72 | Support long options for the runcon applet. | 72 | Support long options for the runcon applet. |
73 | 73 | ||