summaryrefslogtreecommitdiffstats
path: root/network/postfix/postfix.SlackBuild
diff options
context:
space:
mode:
author Mario Preksavec2016-09-04 17:19:30 +0200
committer Willy Sudiarto Raharjo2016-09-11 03:53:21 +0200
commitf6bfd9b1e661e43fdb0d79d6bda0b5139b0bc898 (patch)
treeba3beb01a384c40a1b3c41dc0becb556938a338b /network/postfix/postfix.SlackBuild
parent0dd6261b0e05a04675b143941d1b5650f0884626 (diff)
downloadslackbuilds-f6bfd9b1e661e43fdb0d79d6bda0b5139b0bc898.tar.gz
network/postfix: Updated for version 3.1.2.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/postfix/postfix.SlackBuild')
-rw-r--r--network/postfix/postfix.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/postfix/postfix.SlackBuild b/network/postfix/postfix.SlackBuild
index 6a4690fa87..1b1924316c 100644
--- a/network/postfix/postfix.SlackBuild
+++ b/network/postfix/postfix.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=postfix
-VERSION=${VERSION:-3.1.1}
+VERSION=${VERSION:-3.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -172,6 +172,8 @@ make non-interactive-package \
manpage_directory=/usr/man \
readme_directory=/usr/doc/$PRGNAM-$VERSION/README_FILES
+rm -f $PKG/etc/postfix/{TLS_,}LICENSE
+
install -D -m 0644 -oroot -groot $CWD/rc.postfix $PKG/etc/rc.d/rc.postfix.new
find $PKG/etc/postfix -type f ! -name "*.default" ! -name "*.proto" ! -name "*.out" \
! -name "postfix-files" -exec mv {} {}.new \;