dont die
authorMatthias Förste foerste@schlittermann.de
Mon, 15 Aug 2011 14:54:40 +0200
changeset 26 69db99842596
parent 25 2a7ec071b455
child 27 134405c3299c
dont die
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)";