Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > cb6c1bf84990df4a50e69aa38e255428 > files > 9

uucp-1.07-15.mga5.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
}