summaryrefslogtreecommitdiffstats
path: root/network/exim
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2012-09-12 15:58:05 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-09-12 18:01:52 -0500
commit998d28405d053c3ec4c4d4550dd7274d7b7999d2 (patch)
tree412ecb3de0c6614d659a8cf4f1503fb7c71aa5e5 /network/exim
parentf13e3d54b2aa67451b35842153f766a73b2b0982 (diff)
downloadslackbuilds-998d28405d053c3ec4c4d4550dd7274d7b7999d2.tar.gz
slackbuilds-998d28405d053c3ec4c4d4550dd7274d7b7999d2.tar.xz
network/exim: Fixed logrotate script (added "su" directive)
This commit also notes %README% in exim.info Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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"