diff options
Diffstat (limited to 'mail/metamail/patches/patch-ac')
-rw-r--r-- | mail/metamail/patches/patch-ac | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/metamail/patches/patch-ac b/mail/metamail/patches/patch-ac deleted file mode 100644 index 0b0049eb40d..00000000000 --- a/mail/metamail/patches/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ac,v 1.2 1998/08/07 11:09:40 agc Exp $ - -*** bin/sun2mime.ORIG Sat Nov 13 15:53:51 1993 ---- bin/sun2mime Mon Dec 12 10:07:44 1994 -*************** -*** 11,17 **** - fi - TMPFILE=${METAMAIL_TMPDIR}/suntomime.$$ - -! /bin/nawk ' - BEGIN { printf("Content-type: multipart/mixed; boundary=--------\n\n") - RS=""; FS="\n"; mode="HEADER" } - mode == "HEADER" { ---- 11,17 ---- - fi - TMPFILE=${METAMAIL_TMPDIR}/suntomime.$$ - -! /usr/bin/awk ' - BEGIN { printf("Content-type: multipart/mixed; boundary=--------\n\n") - RS=""; FS="\n"; mode="HEADER" } - mode == "HEADER" { |