Sophie

Sophie

distrib > Momonga > development > i686 > media > os > by-pkgid > 5c4d319f6deab472abac7a8635d977b3 > files > 1

uucp-1.07-8m.mo8.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
}