httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,

remove it from Config.in
This commit is contained in:
Denis Vlasenko 2006-12-17 20:18:05 +00:00
parent b8c77b5b25
commit db50647d1f

View File

@ -72,15 +72,15 @@ config HTTPD
config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
bool "Support reloading the global config file using hup signal" bool "Support reloading the global config file using hup signal"
default n default n
depends on HTTPD && FEATURE_HTTPD_WITHOUT_INETD depends on HTTPD
help help
This option enables processing of SIGHUP to reload cached This option enables processing of SIGHUP to reload cached
configuration settings. configuration settings.
config FEATURE_HTTPD_SETUID config FEATURE_HTTPD_SETUID
bool "Enable support -u <user> option" bool "Enable -u <user> option"
default n default n
depends on HTTPD && FEATURE_HTTPD_WITHOUT_INETD depends on HTTPD
help help
This option allows the server to run as a specific user This option allows the server to run as a specific user
rather than defaulting to the user that starts the server. rather than defaulting to the user that starts the server.