Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
1 |
/var/log/cron
|
|
|
2 |
/var/log/maillog
|
|
|
3 |
/var/log/messages
|
|
|
4 |
/var/log/secure
|
|
|
5 |
/var/log/spooler
|
|
|
6 |
{
|
|
|
7 |
sharedscripts
|
|
|
8 |
postrotate
|
|
|
9 |
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
|
|
|
10 |
endscript
|
|
|
11 |
}
|