summaryrefslogtreecommitdiffstats
path: root/testing/samba/samba.logrotate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-31 19:00:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-01 08:42:43 +0000
commit10d822b36efb98cdf117e71ee302c53573c9015b (patch)
tree23c40b4221362ce6afb07a29c42680344f7ed724 /testing/samba/samba.logrotate
parent2dcd1f62c3a2f73c982a2e0952ea0099a088b82d (diff)
downloadaports-10d822b36efb98cdf117e71ee302c53573c9015b.tar.bz2
aports-10d822b36efb98cdf117e71ee302c53573c9015b.tar.xz
main/samba: upgrade to 4.1
Diffstat (limited to 'testing/samba/samba.logrotate')
-rw-r--r--testing/samba/samba.logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/samba/samba.logrotate b/testing/samba/samba.logrotate
deleted file mode 100644
index bf957bd74..000000000
--- a/testing/samba/samba.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/samba/log.* /var/log/samba/*.log {
- notifempty
- missingok
- sharedscripts
- copytruncate
- postrotate
- /bin/kill -HUP `cat /var/run/samba/*.pid 2>/dev/null` 2>/dev/null || true
- endscript
-}