--- 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)";