From a52664bc7e567ee8fb37a07b70a3492cf55361fa Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 18 Nov 2013 13:40:58 +0100 Subject: do not act on INFORM --- 21-pdnsd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/21-pdnsd b/21-pdnsd index 0ce2033..6952332 100644 --- a/21-pdnsd +++ b/21-pdnsd @@ -1,7 +1,7 @@ #!/bin/sh case "${reason}" in - BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT|STATIC) + BOUND|REBIND|REBOOT|RENEW|TIMEOUT|STATIC) # Set the IP of "dynamic" entry for pdnsd SRVS="" for X in ${new_domain_name_servers}; do @@ -17,4 +17,7 @@ case "${reason}" in # reset to values in /etc/pdnsd.conf pdnsd-ctl config ;; + INFORM) + # do nothing here + ;; esac -- cgit v1.2.3-54-g00ecf