From 68c1a2cdc18990dd1f567f519423deba62a861d1 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 31 Jan 2007 19:58:55 +0000 Subject: [PATCH] enable httpd sighup config reload by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6235 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/config/networking/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 8df502e1d..0cb7752a3 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -77,7 +77,7 @@ config BUSYBOX_CONFIG_HTTPD config BUSYBOX_CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP bool "Support reloading the global config file using hup signal" - default n + default y depends on BUSYBOX_CONFIG_HTTPD help This option enables processing of SIGHUP to reload cached -- 2.35.1