mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
01aefb6a4d
the non-existant /bin/nawk.
20 lines
550 B
Plaintext
20 lines
550 B
Plaintext
*** 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" {
|