summaryrefslogtreecommitdiffstats
path: root/named.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'named.logrotate')
-rw-r--r--named.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/named.logrotate b/named.logrotate
index 24cc507..91b1ed8 100644
--- a/named.logrotate
+++ b/named.logrotate
@@ -1,6 +1,6 @@
/var/log/named.log {
missingok
postrotate
- /usr/bin/kill -HUP `cat /var/run/named.pid 2> /dev/null` 2> /dev/null || true
+ /bin/kill -HUP `cat /var/run/named.pid 2> /dev/null` 2> /dev/null || true
endscript
}