diff options
author | Thomas Morper <thomas@beingboiled.info> | 2015-01-13 23:56:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-13 23:56:23 +0700 |
commit | eca29eede1e58b02109707bc3bb939a241cecbad (patch) | |
tree | 1954a1c9b8758a4d6d27a54e710db749ad0bd5cd /network/exim/contrib | |
parent | b448f592dc4668daa2c027126c4844666132570b (diff) | |
download | slackbuilds-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.logrotate | 13 |
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 } |