aboutsummaryrefslogtreecommitdiff
path: root/mail/metamail/files/patch-ac
blob: 22277ebe313b772efaa55e613edfdc80592dcb53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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" {