diff options
author | sandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-07-18 23:59:17 +0000 |
---|---|---|
committer | sandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-07-18 23:59:17 +0000 |
commit | d4dbffaf02bf1c39047688988c44c8d60277a76a (patch) | |
tree | 02c3da3a9f7dcc562517bae2bc7cfca107d5cbd5 /sysdeps | |
parent | 45630664f85f2ffaa6750c9922b82ad979e66c8e (diff) | |
download | busybox-w32-d4dbffaf02bf1c39047688988c44c8d60277a76a.tar.gz busybox-w32-d4dbffaf02bf1c39047688988c44c8d60277a76a.tar.bz2 busybox-w32-d4dbffaf02bf1c39047688988c44c8d60277a76a.zip |
Added a compile time option to suppress the "Using fallback.." message
if no busybox.conf file is existant.
git-svn-id: svn://busybox.net/trunk/busybox@5065 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/linux/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in index adcc77089..d799c94ea 100644 --- a/sysdeps/linux/config.in +++ b/sysdeps/linux/config.in | |||
@@ -20,6 +20,9 @@ bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID | |||
20 | if [ "$CONFIG_FEATURE_SUID" = "y" ]; then | 20 | if [ "$CONFIG_FEATURE_SUID" = "y" ]; then |
21 | bool ' Runtime configuration via /etc/busybox.conf' CONFIG_FEATURE_SUID_CONFIG | 21 | bool ' Runtime configuration via /etc/busybox.conf' CONFIG_FEATURE_SUID_CONFIG |
22 | fi | 22 | fi |
23 | if [ "$CONFIG_FEATURE_SUID_CONFIG" = "y" ]; then | ||
24 | bool ' Suppress message if config file is not readable' CONFIG_FEATURE_SUID_CONFIG_QUIET | ||
25 | fi | ||
23 | endmenu | 26 | endmenu |
24 | 27 | ||
25 | source archival/config.in | 28 | source archival/config.in |