mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/emailrelay: Fix doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6ecb97974c
commit
d7398c2281
2 changed files with 1 additions and 6 deletions
|
@ -1,8 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
spool="var/spool/emailrelay"
|
||||
submit="usr/sbin/emailrelay-submit"
|
||||
|
||||
config() {
|
||||
NEW="$1"
|
||||
OLD="$(dirname $NEW)/$(basename $NEW .new)"
|
||||
|
@ -13,7 +10,5 @@ config() {
|
|||
fi
|
||||
}
|
||||
|
||||
fix_permissions
|
||||
|
||||
config etc/rc.d/rc.emailrelay.new
|
||||
config etc/emailrelay.conf.new
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=emailrelay
|
||||
VERSION=${VERSION:-1.9}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
Loading…
Reference in a new issue