mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
15 lines
672 B
Diff
15 lines
672 B
Diff
|
--- ./conf/postfix-script.orig 2018-02-22 13:13:32.023937591 -0600
|
||
|
+++ ./conf/postfix-script 2018-02-22 13:15:44.936950017 -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
|
||
|
+ # 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"
|
||
|
case $1 in
|
||
|
start)
|
||
|
# NOTE: wait in foreground process to get the initialization status.
|