summaryrefslogtreecommitdiffstats
path: root/source/n/postfix
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-02-28 23:05:08 +0000
committer Eric Hameleers <alien@slackware.com>2019-03-01 08:59:45 +0100
commit2c09649cb63357808c79c8c6734f986fd5a0d2aa (patch)
treeded1c5e6a7ab6ef6bdd7a6b8f09e5a3f518594c4 /source/n/postfix
parent56b8c65632e9142589e8d7f83bf5c046af81822a (diff)
downloadcurrent-2c09649cb63357808c79c8c6734f986fd5a0d2aa.tar.gz
current-2c09649cb63357808c79c8c6734f986fd5a0d2aa.tar.xz
Thu Feb 28 23:05:08 UTC 201920190228230508
d/Cython-0.29.6-x86_64-1.txz: Upgraded. d/rust-1.33.0-x86_64-1.txz: Upgraded. l/imagemagick-6.9.10_29-x86_64-1.txz: Upgraded. l/qjson-0.9.0-x86_64-1.txz: Upgraded. n/postfix-3.4.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/postfix')
-rw-r--r--source/n/postfix/postfix.script.starting.message.diff8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/n/postfix/postfix.script.starting.message.diff b/source/n/postfix/postfix.script.starting.message.diff
index 8bea3461f..c32a95359 100644
--- a/source/n/postfix/postfix.script.starting.message.diff
+++ b/source/n/postfix/postfix.script.starting.message.diff
@@ -1,11 +1,11 @@
---- ./conf/postfix-script.orig 2018-02-22 13:13:32.023937591 -0600
-+++ ./conf/postfix-script 2018-02-22 13:15:44.936950017 -0600
+--- ./conf/postfix-script.orig 2019-02-28 13:02:24.783759137 -0600
++++ ./conf/postfix-script 2019-02-28 13:05:25.516761071 -0600
@@ -139,7 +139,10 @@
# Foreground this so it can be stopped. All inodes are cached.
$daemon_directory/postfix-script check-warn
fi
-- $INFO starting the Postfix mail system
-+ $INFO starting the Postfix mail system > /dev/null 2> /dev/null
+- $INFO starting the Postfix mail system || exit 1
++ $INFO starting the Postfix mail system > /dev/null 2> /dev/null || exit 1
+ # Because this is called during Slackware init, let's make it look
+ # similar to everything else printed on the screen:
+ echo "Starting the Postfix mail system: $command_directory/postfix start"