diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-19 08:55:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-19 08:55:38 +0000 |
commit | 359d7ca0e70d4acfc3b7e792bf28f5b5581af8ff (patch) | |
tree | f38a322dcf259e50d1f422bef41c23c2fd8f7ba5 /loginutils/Config.in | |
parent | 7f1dc21a5df2aecd58c57e9fb59797401eea7270 (diff) | |
download | busybox-w32-359d7ca0e70d4acfc3b7e792bf28f5b5581af8ff.tar.gz busybox-w32-359d7ca0e70d4acfc3b7e792bf28f5b5581af8ff.tar.bz2 busybox-w32-359d7ca0e70d4acfc3b7e792bf28f5b5581af8ff.zip |
- rename SU_SYSLOG to FEATURE_SU_SYSLOG
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 56778b241..03a638c00 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -161,7 +161,7 @@ config SU | |||
161 | Note that Busybox binary must be setuid root for this applet to | 161 | Note that Busybox binary must be setuid root for this applet to |
162 | work properly. | 162 | work properly. |
163 | 163 | ||
164 | config SU_SYSLOG | 164 | config FEATURE_SU_SYSLOG |
165 | bool "Enable su to write to syslog" | 165 | bool "Enable su to write to syslog" |
166 | default y | 166 | default y |
167 | depends on SU | 167 | depends on SU |