Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Fix for issue #8 - Logrotate recreates /var/log/cups/cloudprint_log f…
Browse files Browse the repository at this point in the history
…ile with wrong permissions
  • Loading branch information
simoncadman committed May 13, 2012
1 parent eb1b2dc commit d07ae60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/debian/postinst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ touch /var/log/cups/cloudprint_log
chown root:lp /var/log/cups/cloudprint_log chown root:lp /var/log/cups/cloudprint_log
chmod 660 /var/log/cups/cloudprint_log chmod 660 /var/log/cups/cloudprint_log
chown root:root /usr/lib/cups/backend/cloudprint chown root:root /usr/lib/cups/backend/cloudprint
chmod 700 /usr/lib/cups/backend/cloudprint

0 comments on commit d07ae60

Please sign in to comment.