]> git.pld-linux.org Git - packages/sysklogd.git/commitdiff
- klogd reload is not needed with syslog reload and doesn't do anything sensible
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Aug 2004 12:00:31 +0000 (12:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (klogd _restart_ would be needed on syslog restart, but it's not the case)

Changed files:
    syslog.logrotate -> 1.14

syslog.logrotate

index f32b17a29562fa24e483d3dbf22aeb44cf684870..d2c5b99527e7bf47df302aa0548a6b58605e8af7 100644 (file)
@@ -1,62 +1,53 @@
 /var/log/alert {
     postrotate
        /etc/rc.d/init.d/syslog reload >/dev/null 2>&1
-       /etc/rc.d/init.d/klogd reload >/dev/null 2>&1
     endscript
 }
 
 /var/log/debug {
     postrotate
        /etc/rc.d/init.d/syslog reload >/dev/null 2>&1
-       /etc/rc.d/init.d/klogd reload >/dev/null 2>&1
     endscript
 }
 
 /var/log/kernel {
     postrotate
        /etc/rc.d/init.d/syslog reload >/dev/null 2>&1
-       /etc/rc.d/init.d/klogd reload >/dev/null 2>&1
     endscript
 }
 
 /var/log/freshclam.log {
     postrotate
        /etc/rc.d/init.d/syslog reload >/dev/null 2>&1
-       /etc/rc.d/init.d/klogd reload >/dev/null 2>&1
     endscript
 }
 
 /var/log/mail.log {
     postrotate
        /etc/rc.d/init.d/syslog reload >/dev/null 2>&1
-       /etc/rc.d/init.d/klogd reload >/dev/null 2>&1
     endscript
 }
 
 /var/log/messages {
     postrotate
        /etc/rc.d/init.d/syslog reload >/dev/null 2>&1
-       /etc/rc.d/init.d/klogd reload >/dev/null 2>&1
     endscript
 }
 
 /var/log/news.log {
     postrotate
        /etc/rc.d/init.d/syslog reload >/dev/null 2>&1
-       /etc/rc.d/init.d/klogd reload >/dev/null 2>&1
     endscript
 }
 
 /var/log/secure {
     postrotate
        /etc/rc.d/init.d/syslog reload >/dev/null 2>&1
-       /etc/rc.d/init.d/klogd reload >/dev/null 2>&1
     endscript
 }
 
 /var/log/syslog {
     postrotate
        /etc/rc.d/init.d/syslog reload >/dev/null 2>&1
-       /etc/rc.d/init.d/klogd reload >/dev/null 2>&1
     endscript
 }
This page took 0.045562 seconds and 4 git commands to generate.