summaryrefslogtreecommitdiff
path: root/network/exim/contrib/exim.logrotate
diff options
context:
space:
mode:
authorThomas Morper <thomas@beingboiled.info>2010-04-07 22:30:26 -0500
committerRobby Workman <rworkman@slackbuilds.org>2010-05-15 10:24:20 +0200
commitffd97168269b59ebcd2b1697cbeedc8fa1329cec (patch)
tree94dfb67ecd0bac515f5ab185684fa0ce7055ad0f /network/exim/contrib/exim.logrotate
parent669ea352d9812695a8921a735bb0ab63ea32414d (diff)
downloadslackbuilds-ffd97168269b59ebcd2b1697cbeedc8fa1329cec.tar.gz
network/exim: Added. exim is a sendmail replacement.
Diffstat (limited to 'network/exim/contrib/exim.logrotate')
-rw-r--r--network/exim/contrib/exim.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/exim/contrib/exim.logrotate b/network/exim/contrib/exim.logrotate
new file mode 100644
index 0000000000..8a55fce2ce
--- /dev/null
+++ b/network/exim/contrib/exim.logrotate
@@ -0,0 +1,8 @@
+/var/log/exim/*.log {
+ missingok
+ notifempty
+ sharedscripts
+ postrotate
+ /usr/bin/pkill -HUP -u exim
+ endscript
+}