summaryrefslogtreecommitdiff
path: root/mail/postfix/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix/patches/patch-ab')
-rw-r--r--mail/postfix/patches/patch-ab26
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/postfix/patches/patch-ab b/mail/postfix/patches/patch-ab
deleted file mode 100644
index 20379995111..00000000000
--- a/mail/postfix/patches/patch-ab
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ab,v 1.12 2006/10/18 05:50:42 martti Exp $
-
---- auxiliary/MacOSX/Postfix.StartupItem/Postfix.orig 2006-10-18 08:42:33.000000000 +0000
-+++ auxiliary/MacOSX/Postfix.StartupItem/Postfix 2006-10-18 08:43:13.000000000 +0000
-@@ -20,18 +20,18 @@
- # Start mail server
- ##
-
--if [ "$1" == "start" ]
-+if [ "$1" = "start" ]
- then
- if [ "${POSTFIX:=-NO-}" = "-YES-" ]
- then
- ConsoleMessage "Starting Postfix mail services"
- /usr/sbin/postfix start
- fi
--elif [ "$1" == "stop" ]
-+elif [ "$1" = "stop" ]
- then
- ConsoleMessage "Stopping Postfix mail services"
- /usr/sbin/postfix stop
--elif [ "$1" == "restart" ]
-+elif [ "$1" = "restart" ]
- then
- if [ "${POSTFIX:=-NO-}" = "-YES-" ]
- then