https://qa.mandrakesoft.com/show_bug.cgi?id=1045

           Product: psacct
         Component: psacct
           Summary: logrotate errors
           Version: 6.3.2-12mdk
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


if psacct is installed (withount knowledge of the user) but not used,
root get's error from logrotate. Please include this FIX for /etc/logroate.d/psacct:

# 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/pacct {
    create 644 root root
        monthly
        missingok
        compress
}
/var/log/savacct {
    create 644 root root
        monthly
        missingok
        compress
}
/var/log/usracct {
    create 644 root root
        monthly
        missingok
        compress
}


jh



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to