summaryrefslogtreecommitdiff
path: root/postfix-pgsql/postfix.script.starting.message.diff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-12-09 18:28:42 +0100
committerEugen Wissner <belka@caraus.de>2020-12-09 18:28:42 +0100
commit2910a89d6c59b997a3896f05c6ad7fb65c26f813 (patch)
tree3d3edebdf32b0c972e8449b82be2c10742395d6c /postfix-pgsql/postfix.script.starting.message.diff
parentbe64bc6dbb9d0f717f7cbdd83d9371de979d4c63 (diff)
downloadslackbuilder-2910a89d6c59b997a3896f05c6ad7fb65c26f813.tar.gz
Add autoupdater
Diffstat (limited to 'postfix-pgsql/postfix.script.starting.message.diff')
-rw-r--r--postfix-pgsql/postfix.script.starting.message.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/postfix-pgsql/postfix.script.starting.message.diff b/postfix-pgsql/postfix.script.starting.message.diff
deleted file mode 100644
index c32a953..0000000
--- a/postfix-pgsql/postfix.script.starting.message.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./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.