|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/etc/logrotate.d/ |
Upload File : |
# We create the log files to keep logrotate quiet in the case where
# uucico is not run at all between two log rotations. It would be nice if
# logrotate could be configured to silently ignore the case of a log
# file not existing
/var/log/uucp/Log {
notifempty
missingok
create 644 uucp uucp
nocompress
}
/var/log/uucp/Debug {
notifempty
missingok
# must be not globally readable
create 600 uucp uucp
nocompress
}
/var/log/uucp/Stats {
notifempty
missingok
create 644 uucp uucp
nocompress
}