a997fc5 Bug 604881 - admin server log files have incorrect permissions/ownerships

Authored and Committed by Noriko Hosoi 13 years ago
    Bug 604881 - admin server log files have incorrect permissions/ownerships
    
    https://bugzilla.redhat.com/show_bug.cgi?id=604881
    
    Description: Log files first generated by the Admin Server/Apache
    has the owner (root, root), but the log files created later via
    Console/CGI are owned by the Admin User/Group (e.g., nobody, nobody).
    To make them consistent, this patch modifies the install script to
    call chown to change the owner to the original log files.