diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
commit | 272b1c5f9a37780e519d767719a489fc971f669b (patch) | |
tree | 450f117b125086458811cc162321b8a082f97fd3 /news/cnews/files/patch-sendmail | |
parent | Rename net/ patch-xy patches to reflect the files they modify. (diff) |
Rename news/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363286
Diffstat (limited to 'news/cnews/files/patch-sendmail')
-rw-r--r-- | news/cnews/files/patch-sendmail | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/news/cnews/files/patch-sendmail b/news/cnews/files/patch-sendmail new file mode 100644 index 000000000000..4fac97680a8a --- /dev/null +++ b/news/cnews/files/patch-sendmail @@ -0,0 +1,32 @@ +*** util/report.old Thu Sep 15 13:24:57 1994 +--- util/report Fri Sep 30 16:57:05 1994 +*************** +*** 65,70 **** + else + cat $r + fi +! ) | mail $args # some sites might want "/usr/lib/sendmail -t" instead + + # and the trap handles the exit status +--- 65,70 ---- + else + cat $r + fi +! ) | /usr/sbin/sendmail -t $args # some sites might want "mail" instead + + # and the trap handles the exit status +*** inject/makefile.ORIG Thu Dec 29 00:30:01 1994 +--- inject/makefile Thu Feb 23 11:21:46 1995 +*************** +*** 57,61 **** + cp $(PROGS) ../util/canonhdr regress/tmp/inject + $(MX) regress/regress regress/master/run + $(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress +! + # header dependencies follow +--- 57,61 ---- + cp $(PROGS) ../util/canonhdr regress/tmp/inject + $(MX) regress/regress regress/master/run + $(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress +! + # header dependencies follow |