diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-11-03 12:32:32 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-11-03 12:32:32 +0000 |
commit | f8f89779aed4cb6b3f1d61be9db8ceb948b783d7 (patch) | |
tree | 396cb591bdc6ee2145f965236a05b0fed080f0a4 /mail/bsmtp/files/patch-rsmtp.in | |
parent | lang/npc: Add <unistd.h> to fix on modern compilers. (diff) |
Staging, general overhaul.
Thanks to tijl@ for clarifying how to handle non-PREFIX directory
creation/removal in plist.
Notes
Notes:
svn path=/head/; revision=332607
Diffstat (limited to 'mail/bsmtp/files/patch-rsmtp.in')
-rw-r--r-- | mail/bsmtp/files/patch-rsmtp.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/bsmtp/files/patch-rsmtp.in b/mail/bsmtp/files/patch-rsmtp.in index c8be41aa310d..af3b0de0f65d 100644 --- a/mail/bsmtp/files/patch-rsmtp.in +++ b/mail/bsmtp/files/patch-rsmtp.in @@ -1,9 +1,9 @@ $FreeBSD$ ---- rsmtp.in.orig -+++ rsmtp.in -@@ -72,7 +72,7 @@ +--- rsmtp.in.orig 1999-05-16 11:24:09.000000000 +0200 ++++ rsmtp.in 2013-11-01 19:55:42.000000000 +0100 +@@ -72,7 +72,7 @@ while (<>) { print STDERR "Recipient: $r\n" if ($debug); push (@recipients, $r); } |