diff options
-rw-r--r-- | network/exim/contrib/exim.logrotate | 1 | ||||
-rw-r--r-- | network/exim/exim.SlackBuild | 2 | ||||
-rw-r--r-- | network/exim/exim.info | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/network/exim/contrib/exim.logrotate b/network/exim/contrib/exim.logrotate index 8a55fce2ceaa..d8fcda7f6fdd 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 2d8e4b4e50dd..83f2597e27c0 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 d8cb63798431..9706fe6ce842 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" |