diff options
Diffstat (limited to 'source/n/postfix')
-rw-r--r-- | source/n/postfix/doinst.sh | 4 | ||||
-rwxr-xr-x | source/n/postfix/postfix.SlackBuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/n/postfix/doinst.sh b/source/n/postfix/doinst.sh index e67f7ea1..3ee35f30 100644 --- a/source/n/postfix/doinst.sh +++ b/source/n/postfix/doinst.sh @@ -67,10 +67,10 @@ fi # existing config files (/etc/postfix/{main,master}.cf). It won't hurt # anything on a new install. if [ -x usr/sbin/postfix ]; then - chroot . /usr/sbin/postfix upgrade-configuration + chroot . /usr/sbin/postfix upgrade-configuration 1> /dev/null 2> /dev/null fi # Process /etc/aliases into a database: if [ -x usr/bin/newaliases ]; then - chroot . /usr/bin/newaliases + chroot . /usr/bin/newaliases 1> /dev/null 2> /dev/null fi diff --git a/source/n/postfix/postfix.SlackBuild b/source/n/postfix/postfix.SlackBuild index 1227f291..e82b1d43 100755 --- a/source/n/postfix/postfix.SlackBuild +++ b/source/n/postfix/postfix.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=postfix VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} if [ -z "$ARCH" ]; then case "$( uname -m )" in |