summaryrefslogtreecommitdiffstats
path: root/network/exim/contrib
diff options
context:
space:
mode:
author Thomas Morper2015-01-13 17:56:23 +0100
committer Willy Sudiarto Raharjo2015-01-13 17:56:23 +0100
commiteca29eede1e58b02109707bc3bb939a241cecbad (patch)
tree1954a1c9b8758a4d6d27a54e710db749ad0bd5cd /network/exim/contrib
parentb448f592dc4668daa2c027126c4844666132570b (diff)
downloadslackbuilds-eca29eede1e58b02109707bc3bb939a241cecbad.tar.gz
network/exim: Updated for version 4.85.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/exim/contrib')
-rw-r--r--network/exim/contrib/exim.logrotate13
1 files changed, 6 insertions, 7 deletions
diff --git a/network/exim/contrib/exim.logrotate b/network/exim/contrib/exim.logrotate
index d8fcda7f6f..36b542b5f4 100644
--- a/network/exim/contrib/exim.logrotate
+++ b/network/exim/contrib/exim.logrotate
@@ -1,9 +1,8 @@
/var/log/exim/*.log {
- su exim exim
- missingok
- notifempty
- sharedscripts
- postrotate
- /usr/bin/pkill -HUP -u exim
- endscript
+ missingok
+ notifempty
+ sharedscripts
+ postrotate
+ /bin/kill -HUP $(cat /var/run/exim.pid 2>/dev/null) 2>/dev/null || /usr/bin/true
+ endscript
}