svn commit: trunk/busybox/networking

vda at busybox.net vda at busybox.net
Sun Dec 17 20:18:06 UTC 2006


Author: vda
Date: 2006-12-17 12:18:05 -0800 (Sun, 17 Dec 2006)
New Revision: 16986

Log:
httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,
remove it from Config.in


Modified:
   trunk/busybox/networking/Config.in


Changeset:
Modified: trunk/busybox/networking/Config.in
===================================================================
--- trunk/busybox/networking/Config.in	2006-12-17 19:43:10 UTC (rev 16985)
+++ trunk/busybox/networking/Config.in	2006-12-17 20:18:05 UTC (rev 16986)
@@ -72,15 +72,15 @@
 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.




More information about the busybox-cvs mailing list