diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-31 19:58:55 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-31 19:58:55 +0000 |
commit | 68c1a2cdc18990dd1f567f519423deba62a861d1 (patch) | |
tree | efa885de3a981975e900086ba1bd056cd8b8d27f /package/busybox | |
parent | 3a8525a17a75d475824ae22e56b49c7ff882d386 (diff) |
enable httpd sighup config reload by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6235 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/networking/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 8df502e1de..0cb7752a3f 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 |