aboutsummaryrefslogtreecommitdiff
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-report17
1 files changed, 17 insertions, 0 deletions
diff --git a/news/cnews/files/patch-report b/news/cnews/files/patch-report
new file mode 100644
index 000000000000..04f8984bba4f
--- /dev/null
+++ b/news/cnews/files/patch-report
@@ -0,0 +1,17 @@
+*** 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