httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 17 Dec 2006 20:18:05 +0000 (20:18 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 17 Dec 2006 20:18:05 +0000 (20:18 -0000)
remove it from Config.in

networking/Config.in

index e671107..b2d973f 100644 (file)
@@ -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.