aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-17 20:18:05 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-17 20:18:05 +0000
commitdb50647d1f55d9d83dd1ffe8f2318e98e2d50a86 (patch)
treeef0c276acdaf82d21a6746e5059f6acac697cbcf
parentb8c77b5b25a1a146d45e6f9d09eb3139572097ea (diff)
downloadbusybox-w32-db50647d1f55d9d83dd1ffe8f2318e98e2d50a86.tar.gz
busybox-w32-db50647d1f55d9d83dd1ffe8f2318e98e2d50a86.tar.bz2
busybox-w32-db50647d1f55d9d83dd1ffe8f2318e98e2d50a86.zip
httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,
remove it from Config.in
-rw-r--r--networking/Config.in6
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
72config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP 72config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
73 bool "Support reloading the global config file using hup signal" 73 bool "Support reloading the global config file using hup signal"
74 default n 74 default n
75 depends on HTTPD && FEATURE_HTTPD_WITHOUT_INETD 75 depends on HTTPD
76 help 76 help
77 This option enables processing of SIGHUP to reload cached 77 This option enables processing of SIGHUP to reload cached
78 configuration settings. 78 configuration settings.
79 79
80config FEATURE_HTTPD_SETUID 80config FEATURE_HTTPD_SETUID
81 bool "Enable support -u <user> option" 81 bool "Enable -u <user> option"
82 default n 82 default n
83 depends on HTTPD && FEATURE_HTTPD_WITHOUT_INETD 83 depends on HTTPD
84 help 84 help
85 This option allows the server to run as a specific user 85 This option allows the server to run as a specific user
86 rather than defaulting to the user that starts the server. 86 rather than defaulting to the user that starts the server.