summaryrefslogtreecommitdiffstats
path: root/network/postfix/postfix.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-15 13:33:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-15 22:31:26 +0700
commit2f376959a7f323d848e31888fff6d4fad4a8b4a3 (patch)
tree3037981f833f03d45d72fc88c20a5eb63f732870 /network/postfix/postfix.SlackBuild
parentddbf14d3ee1321e479e821667df3afaf0c8dc7e0 (diff)
downloadslackbuilds-2f376959a7f323d848e31888fff6d4fad4a8b4a3.tar.gz
slackbuilds-2f376959a7f323d848e31888fff6d4fad4a8b4a3.tar.xz
network/postfix: Fix permission.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--network/postfix/postfix.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/postfix/postfix.SlackBuild b/network/postfix/postfix.SlackBuild
index eba980389a..011a5f2def 100644
--- a/network/postfix/postfix.SlackBuild
+++ b/network/postfix/postfix.SlackBuild
@@ -186,7 +186,7 @@ cp -r AAAREADME COMPATIBILITY COPYRIGHT HISTORY IPv6-ChangeLog LICENSE \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/postfix.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/postfix.SlackBuild
-install -m 0755 $CWD/rc.postfix $PKG/etc/rc.d/rc.postfix.new
+install -m 0644 $CWD/rc.postfix $PKG/etc/rc.d/rc.postfix.new
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh