summaryrefslogtreecommitdiff
path: root/news/cnews/files/patch-report
diff options
context:
space:
mode:
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