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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|6.3.2-12mdk                 |6.3.2-13mdk




------- Additional Comments From [EMAIL PROTECTED]  2003-01-07 17:11 -------
This bug has been automatically updated to last version of product available. 

Please check if it is still valid.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
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

Reply via email to