diff options
author | pav <pav@FreeBSD.org> | 2008-04-02 06:29:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-02 06:29:24 +0800 |
commit | a32d7ec02e4389b3dbf8b581b700734e86e1a33a (patch) | |
tree | 6df01b8f9db5e2e14f32fe0b5aef90959b118af9 | |
parent | e4a7f9bb0cbc54963e683953a3f11533e0b47a5f (diff) | |
download | freebsd-ports-gnome-a32d7ec02e4389b3dbf8b581b700734e86e1a33a.tar.gz freebsd-ports-gnome-a32d7ec02e4389b3dbf8b581b700734e86e1a33a.tar.zst freebsd-ports-gnome-a32d7ec02e4389b3dbf8b581b700734e86e1a33a.zip |
- Fix patch: remove no longer needed patchfile
Reported by: pointyhat
Pointy hat to: wes
-rw-r--r-- | mail/mimedefang/files/patch-init-script.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mimedefang/files/patch-init-script.in b/mail/mimedefang/files/patch-init-script.in deleted file mode 100644 index c3e4f68a5195..000000000000 --- a/mail/mimedefang/files/patch-init-script.in +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/init-script.in.orig Thu Aug 2 13:18:10 2007 -+++ examples/init-script.in Thu Sep 27 07:26:17 2007 -@@ -243,7 +243,7 @@ - `[ "$MX_RECIPIENT_CHECK" = "yes" ] && echo "-t"` \ - `[ "$KEEP_FAILED_DIRECTORIES" = "yes" ] && echo "-k"` \ - `[ "$MD_EXTRA" != "" ] && echo $MD_EXTRA` \ -- `[ "$MD_SKIP_BAD_RCPTS" = "yes" ] && echo "-N" \ -+ `[ "$MD_SKIP_BAD_RCPTS" = "yes" ] && echo "-N"` \ - `[ "$ALLOW_NEW_CONNECTIONS_TO_QUEUE" = "yes" ] && echo "-q"` \ - -p $SOCKET - RETVAL=$? |