aboutsummaryrefslogtreecommitdiff
path: root/loginutils/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-07-10 03:05:46 +0000
committerRob Landley <rob@landley.net>2006-07-10 03:05:46 +0000
commit3bfcf3ccccf1726aaac508c0ff2623bdbb929ba1 (patch)
treea8091962223342ded76e506d69efe4c839591c24 /loginutils/Config.in
parentcba1b967358c3a552a8d187861284ede98b9fc76 (diff)
downloadbusybox-w32-3bfcf3ccccf1726aaac508c0ff2623bdbb929ba1.tar.gz
busybox-w32-3bfcf3ccccf1726aaac508c0ff2623bdbb929ba1.tar.bz2
busybox-w32-3bfcf3ccccf1726aaac508c0ff2623bdbb929ba1.zip
Patch from Tito to make syslog configurable and remove #ifdefs. Further
cleanups by me.
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r--loginutils/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 3bbb6d90c..e920d5fc3 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -142,6 +142,13 @@ config CONFIG_SU
142 Note that Busybox binary must be setuid root for this applet to 142 Note that Busybox binary must be setuid root for this applet to
143 work properly. 143 work properly.
144 144
145config CONFIG_SU_SYSLOG
146 bool "Support for syslog in su"
147 default y
148 depends on CONFIG_SU
149 help
150 Enables support for syslog in su.
151
145config CONFIG_SULOGIN 152config CONFIG_SULOGIN
146 bool "sulogin" 153 bool "sulogin"
147 default n 154 default n