summaryrefslogtreecommitdiffstats
path: root/named.logrotate
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 03:33:42 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 03:33:42 +0000
commitaa0a294bd21aefe04235d3ed52890b8a2a082c77 (patch)
treec8c4c982ef375172bd3adede4cbb4ba8540a9d3c /named.logrotate
parent1fcc1a68787d07aba522d4a44a5193875d4c8a37 (diff)
downloadbind-aa0a294bd21aefe04235d3ed52890b8a2a082c77.tar.gz
bind-aa0a294bd21aefe04235d3ed52890b8a2a082c77.tar.xz
bind-aa0a294bd21aefe04235d3ed52890b8a2a082c77.zip
auto-import changelog data from bind-9.2.1-8.src.rpmbind-9_2_1-8
Tue Jul 30 2002 Karsten Hopp <karsten@redhat.de> 9.2.1-8 - bind-utils shouldn't require bind Mon Jul 22 2002 Karsten Hopp <karsten@redhat.de> 9.2.1-7 - fix name of pidfine in logrotate script (#68842) - fix owner of logfile in logrotate script (#41391) - fix nslookup and named.conf man pages (output on stderr) (#63553, #63560, #63561, #54889, #57457) - add rfc1912 (#50005) - gzip all rfc's - fix typo in keygen.c (#54870) - added missing manpages (#64065) - shutdown named properly with rndc stop (#62492) - /sbin/nologin instead of /bin/false (#68607) - move nsupdate to bind-utils (where the manpage already was) (#66209, #66381) - don't kill initscript when rndc fails (reload) (#58750)
Diffstat (limited to 'named.logrotate')
-rw-r--r--named.logrotate3
1 files changed, 2 insertions, 1 deletions
diff --git a/named.logrotate b/named.logrotate
index 91b1ed8..e556e90 100644
--- a/named.logrotate
+++ b/named.logrotate
@@ -1,6 +1,7 @@
/var/log/named.log {
missingok
+ create 0644 named named
postrotate
- /bin/kill -HUP `cat /var/run/named.pid 2> /dev/null` 2> /dev/null || true
+ /bin/kill -HUP `cat /var/run/named/named.pid 2> /dev/null` 2> /dev/null || true
endscript
}