diff options
author | Micah Anderson <micah@riseup.net> | 2010-08-11 10:27:33 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-08-11 10:27:33 -0400 |
commit | 882bef6995352dd125b58ebbdadaddbd88121120 (patch) | |
tree | 84d6dd1f9cb61afc12684f3fc252594f2ead9fbd | |
parent | 79ad433298c1646c17ccb336d4d06c3a6296ffdb (diff) |
fix ownership of logrotate files to reflect debian apache user (www-data)
-rw-r--r-- | files/config/host/logrotate.Debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/config/host/logrotate.Debian b/files/config/host/logrotate.Debian index 411de3f..732c871 100644 --- a/files/config/host/logrotate.Debian +++ b/files/config/host/logrotate.Debian @@ -13,7 +13,7 @@ rotate 7 compress notifempty - create 660 munin apache + create 660 munin www-data } /var/log/munin/munin-html.log { |