From 36a72413da11248442b50e628a097754e00fa291 Mon Sep 17 00:00:00 2001 From: ats Date: Mon, 12 Dec 1994 09:39:23 +0000 Subject: Add a patch for the sun2mime command to use /usr/bin/awk instead of the non-existant /bin/nawk. --- mail/metamail/files/patch-ac | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mail/metamail/files/patch-ac (limited to 'mail') diff --git a/mail/metamail/files/patch-ac b/mail/metamail/files/patch-ac new file mode 100644 index 0000000..22277eb --- /dev/null +++ b/mail/metamail/files/patch-ac @@ -0,0 +1,19 @@ +*** 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" { -- cgit v1.1