FEATURE_HTTPD_WITHOUT_INETD not selectable

Marc Leeman marc.leeman at gmail.com
Sun Dec 17 18:37:28 UTC 2006


[mleeman at neo busybox-1.3.0]$ find . -type f |xargs grep WITHOUT_INETD
./networking/Config.in: depends on HTTPD && FEATURE_HTTPD_WITHOUT_INETD
./networking/Config.in: depends on HTTPD && FEATURE_HTTPD_WITHOUT_INETD

FEATURE_HTTPD_WITHOUT_INETD cannot be selectable in 1.3.0, so I removed
the dependencies in networking/Config.in to get the "-u" option back
working in httpd.

Index: busybox-1.3.0/networking/Config.in
===================================================================
--- busybox-1.3.0.orig/networking/Config.in
+++ busybox-1.3.0/networking/Config.in
@@ -72,7 +72,7 @@
 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.
@@ -80,7 +80,7 @@
 config FEATURE_HTTPD_SETUID
       bool "Enable support -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.

-- 
  greetz, marc
Ladies, some decorum please. This is a peace memorial, let's not kill
each other.
	Rygel - Different Destinations
scorpius.homelinux.org 2.6.19 #1 Tue Dec 5 16:35:02 CET 2006 GNU/Linux
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.busybox.net/pipermail/busybox/attachments/20061217/19174280/attachment-0002.pgp 


More information about the busybox mailing list