Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 3b62d770605a2ef89583505d649fdb2b > files > 8

uucp-1.07-2mdk.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
}