summaryrefslogtreecommitdiffstats
path: root/network/exim
diff options
context:
space:
mode:
Diffstat (limited to 'network/exim')
-rw-r--r--network/exim/contrib/exim.logrotate1
-rw-r--r--network/exim/exim.SlackBuild2
-rw-r--r--network/exim/exim.info2
3 files changed, 3 insertions, 2 deletions
diff --git a/network/exim/contrib/exim.logrotate b/network/exim/contrib/exim.logrotate
index 8a55fce2ce..d8fcda7f6f 100644
--- a/network/exim/contrib/exim.logrotate
+++ b/network/exim/contrib/exim.logrotate
@@ -1,4 +1,5 @@
/var/log/exim/*.log {
+ su exim exim
missingok
notifempty
sharedscripts
diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild
index 2d8e4b4e50..83f2597e27 100644
--- a/network/exim/exim.SlackBuild
+++ b/network/exim/exim.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=exim
VERSION=${VERSION:-4.80}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/network/exim/exim.info b/network/exim/exim.info
index d8cb637984..9706fe6ce8 100644
--- a/network/exim/exim.info
+++ b/network/exim/exim.info
@@ -5,6 +5,6 @@ DOWNLOAD="ftp://ftp.exim.org/pub/exim/exim4/exim-4.80.tar.bz2"
MD5SUM="de93a242e9e148de28d67056e5c1b34f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="%README%"
MAINTAINER="Thomas Morper"
EMAIL="thomas@beingboiled.info"