fff-layer3-config: Disable SIGHUP during test mode #160

Closed
fbl wants to merge 1 commits from fbl:sighup into master
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-layer3-config
PKG_RELEASE:=7
PKG_RELEASE:=8
include $(INCLUDE_DIR)/package.mk

View File

@ -73,6 +73,7 @@ keep_changes() {
test_changes() {
echo $$ > /tmp/configure-layer3-pid
trap keep_changes SIGINT SIGTERM
trap : SIGHUP
reload_services