Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 77edd9096bb0c75db8ea43acc59cf0dc > files > 8

uucp-1.07-6mdv2009.0.src.rpm

# 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
}