summaryrefslogtreecommitdiff
path: root/network/murmur/murmur.logrotate
diff options
context:
space:
mode:
authorJames Geboski <jgeboski@gmail.com>2012-04-29 20:03:28 -0400
committerErik Hanson <erik@slackbuilds.org>2012-04-30 00:40:02 -0500
commit19484706bc5e9f99fb96d7c9676cb319b6e427ee (patch)
treeb6412a8b1bbad6af015634557ec7c1a893cf4030 /network/murmur/murmur.logrotate
parentacc3b328571dd827f897558f595c78cfd11c6bbd (diff)
downloadslackbuilds-19484706bc5e9f99fb96d7c9676cb319b6e427ee.tar.gz
network/murmur: Updated for version 1.2.3 new maintainer.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/murmur/murmur.logrotate')
-rw-r--r--network/murmur/murmur.logrotate15
1 files changed, 15 insertions, 0 deletions
diff --git a/network/murmur/murmur.logrotate b/network/murmur/murmur.logrotate
new file mode 100644
index 0000000000..a74e6297fd
--- /dev/null
+++ b/network/murmur/murmur.logrotate
@@ -0,0 +1,15 @@
+@LOGFILE@ {
+ weekly
+ rotate 7
+ compress
+ create 660 @USER@ @GROUP@
+ delaycompress
+ missingok
+ notifempty
+ sharedscripts
+ postrotate
+ if [ -x /etc/rc.d/rc.murmur ]; then
+ /etc/rc.d/rc.murmur restart
+ fi
+ endscript
+}