summaryrefslogtreecommitdiff
path: root/news/cnews/files/patch-report
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2017-01-29 11:28:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2017-01-29 11:28:03 +0000
commit3e8309bbf499f1c914f77a1f4799639c1a0bec59 (patch)
tree91a36324812d1fbd73c89f2dd1e290cbde45da97 /news/cnews/files/patch-report
parent- Update to 5.5.3 (diff)
- make portlint happier
Diffstat (limited to 'news/cnews/files/patch-report')
-rw-r--r--news/cnews/files/patch-report27
1 files changed, 10 insertions, 17 deletions
diff --git a/news/cnews/files/patch-report b/news/cnews/files/patch-report
index 04f8984bba4f..a61bbc8e703b 100644
--- a/news/cnews/files/patch-report
+++ b/news/cnews/files/patch-report
@@ -1,17 +1,10 @@
-*** 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
+--- util/report.orig 1994-09-15 20:24:57 UTC
++++ util/report
+@@ -65,6 +65,6 @@ fi
+ else
+ cat $r
+ fi
+-) | mail $args # some sites might want "/usr/lib/sendmail -t" instead
++) | /usr/sbin/sendmail -t $args # some sites might want "mail" instead
+
+ # and the trap handles the exit status