Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 31ab96ffc8c6d64aed7248b2e42e4d23 > files > 1

uucp-1.07-37.fc18.i686.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
}