diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-03-05 00:17:16 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-03-05 08:59:46 +0100 |
commit | 490bd1ff02b9d0e37a0aec334c1be80d54ed3ab6 (patch) | |
tree | 00b9c340c631e12d03a3e1eb19322dc26a164106 /source/n/postfix | |
parent | 3b234388a5f545f071422864e1a274ba45a696a0 (diff) | |
download | current-490bd1ff02b9d0e37a0aec334c1be80d54ed3ab6.tar.gz current-490bd1ff02b9d0e37a0aec334c1be80d54ed3ab6.tar.xz |
Tue Mar 5 00:17:16 UTC 201920190305001716
d/gcc-8.3.0-x86_64-2.txz: Rebuilt.
Reverted backported asm inline patches that broke "asm volatile".
Thanks to nobodino.
d/gcc-brig-8.3.0-x86_64-2.txz: Rebuilt.
d/gcc-g++-8.3.0-x86_64-2.txz: Rebuilt.
d/gcc-gfortran-8.3.0-x86_64-2.txz: Rebuilt.
d/gcc-gnat-8.3.0-x86_64-2.txz: Rebuilt.
d/gcc-go-8.3.0-x86_64-2.txz: Rebuilt.
d/gcc-objc-8.3.0-x86_64-2.txz: Rebuilt.
l/at-spi2-atk-2.30.1-x86_64-1.txz: Upgraded.
l/at-spi2-core-2.30.1-x86_64-1.txz: Upgraded.
l/gc-8.0.4-x86_64-1.txz: Upgraded.
l/glib2-2.60.0-x86_64-1.txz: Upgraded.
l/imagemagick-6.9.10_31-x86_64-1.txz: Upgraded.
n/postfix-3.4.0-x86_64-2.txz: Rebuilt.
Prevent the install script from making noise.
x/xinit-1.4.1-x86_64-1.txz: Upgraded.
x/xlogo-1.0.5-x86_64-1.txz: Upgraded.
x/xmore-1.0.3-x86_64-1.txz: Upgraded.
extra/fltk/fltk-1.3.5-x86_64-1.txz: Upgraded.
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 e67f7ea15..3ee35f302 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 1227f2918..e82b1d43a 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 |