diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-11-30 09:00:08 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-11-30 09:00:08 +0100 |
| commit | 787f8442ce2a44eda880debe596d9260aca0e49b (patch) | |
| tree | 3a2d7efdbad93a317a618f47c8595c598ed635d8 /postfix-pgsql/postfix.script.starting.message.diff | |
| parent | dfb98dfcf8f5d049b5766e66e0cddaa28588e989 (diff) | |
| download | slackbuilder-787f8442ce2a44eda880debe596d9260aca0e49b.tar.gz | |
postfix-pgsql: Added
Diffstat (limited to 'postfix-pgsql/postfix.script.starting.message.diff')
| -rw-r--r-- | postfix-pgsql/postfix.script.starting.message.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/postfix-pgsql/postfix.script.starting.message.diff b/postfix-pgsql/postfix.script.starting.message.diff new file mode 100644 index 0000000..c32a953 --- /dev/null +++ b/postfix-pgsql/postfix.script.starting.message.diff @@ -0,0 +1,14 @@ +--- ./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 || 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" + case $1 in + start) + # NOTE: wait in foreground process to get the initialization status. |
