diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-17 20:18:05 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-17 20:18:05 +0000 |
commit | db50647d1f55d9d83dd1ffe8f2318e98e2d50a86 (patch) | |
tree | ef0c276acdaf82d21a6746e5059f6acac697cbcf /networking | |
parent | b8c77b5b25a1a146d45e6f9d09eb3139572097ea (diff) | |
download | busybox-db50647d1f55d9d83dd1ffe8f2318e98e2d50a86.tar.gz |
httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,
remove it from Config.in
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/Config.in b/networking/Config.in index e6711078c..b2d973f0c 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -72,15 +72,15 @@ config HTTPD config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP bool "Support reloading the global config file using hup signal" default n - depends on HTTPD && FEATURE_HTTPD_WITHOUT_INETD + depends on HTTPD help This option enables processing of SIGHUP to reload cached configuration settings. config FEATURE_HTTPD_SETUID - bool "Enable support -u <user> option" + bool "Enable -u <user> option" default n - depends on HTTPD && FEATURE_HTTPD_WITHOUT_INETD + depends on HTTPD help This option allows the server to run as a specific user rather than defaulting to the user that starts the server. |