mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/exim: Fixed logrotate script (added "su" directive)
This commit also notes %README% in exim.info Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f13e3d54b2
commit
998d28405d
3 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
/var/log/exim/*.log {
|
||||
su exim exim
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=exim
|
||||
VERSION=${VERSION:-4.80}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue