diff options
author | 2005-12-06 22:48:20 +0000 | |
---|---|---|
committer | 2005-12-06 22:48:20 +0000 | |
commit | 586195546f4777a42c98ffd11aff9c867541f238 (patch) | |
tree | cfae607b7748f9f6051ea008f91af1e1cc092542 /net-proxy/privoxy/files | |
parent | Version bump and switched to gem. (diff) | |
download | historical-586195546f4777a42c98ffd11aff9c867541f238.tar.gz historical-586195546f4777a42c98ffd11aff9c867541f238.tar.bz2 historical-586195546f4777a42c98ffd11aff9c867541f238.zip |
Fix log files permissions in logrotate config file (#113803).
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-proxy/privoxy/files')
-rw-r--r-- | net-proxy/privoxy/files/privoxy.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/privoxy/files/privoxy.logrotate b/net-proxy/privoxy/files/privoxy.logrotate index f5d6b2b91703..aa7463bd572e 100644 --- a/net-proxy/privoxy/files/privoxy.logrotate +++ b/net-proxy/privoxy/files/privoxy.logrotate @@ -1,7 +1,7 @@ /var/log/privoxy/privoxy.log /var/log/privoxy/jarfile { missingok notifempty - create 0750 privoxy privoxy + create 0640 privoxy privoxy sharedscripts postrotate killall -HUP privoxy 2>/dev/null || true |