# HG changeset patch # User Matthias Förste foerste@schlittermann.de # Date 1313412880 -7200 # Node ID 69db99842596d47c71f04e32ece510936557ff26 # Parent 2a7ec071b4550d74882381af214f15830ba5bf75 dont die diff -r 2a7ec071b455 -r 69db99842596 ius/local.pm --- a/ius/local.pm Mon Aug 15 14:51:23 2011 +0200 +++ b/ius/local.pm Mon Aug 15 14:54:40 2011 +0200 @@ -3,7 +3,7 @@ # $URL$ # remove the next line if you know, what you're doing -die "Sure? You should adapt this file to your needs!"; +#die "Sure? You should adapt this file to your needs!"; package local; @@ -58,7 +58,7 @@ close OUT; # return 0 == system("rndc reload"); - local @ARGV = qw(/var/run/bind/run/named.pid); + local @ARGV = qw(/var/run/named/named.pid); chomp($_ = <>); warn "Sending HUP to $_\n"; $@ = "Nameserver reloaded (HUP sent)";