aboutsummaryrefslogtreecommitdiffstats
path: root/news/cnews/files/patch-ab
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1994-10-01 10:56:50 +0800
committeradam <adam@FreeBSD.org>1994-10-01 10:56:50 +0800
commitcd0657d586ac36e87f03f3b69447179cc355291d (patch)
treed4765fc2da67868b6ac37667736bfb5a3c6c569a /news/cnews/files/patch-ab
parent559fe5a094bf5c1c837b266efd59b8d0c76ddf9f (diff)
downloadfreebsd-ports-gnome-cd0657d586ac36e87f03f3b69447179cc355291d.tar.gz
freebsd-ports-gnome-cd0657d586ac36e87f03f3b69447179cc355291d.tar.zst
freebsd-ports-gnome-cd0657d586ac36e87f03f3b69447179cc355291d.zip
More fixes...
'report' now gets its headers straight. 'doexpire' now handles archiving correctly.
Diffstat (limited to 'news/cnews/files/patch-ab')
-rw-r--r--news/cnews/files/patch-ab36
1 files changed, 36 insertions, 0 deletions
diff --git a/news/cnews/files/patch-ab b/news/cnews/files/patch-ab
index 2735d594b929..c440b34c1ecb 100644
--- a/news/cnews/files/patch-ab
+++ b/news/cnews/files/patch-ab
@@ -106,3 +106,39 @@
/* step 3 of 4: add new header output before this line */
(void) putchar('\n');
}
+*** 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
+*** expire/doexpire.old Sun Sep 18 17:49:21 1994
+--- expire/doexpire Fri Sep 30 19:47:39 1994
+***************
+*** 10,16 ****
+ dor='?'
+ opts=
+ histdir=$NEWSCTL
+! for dummy
+ do
+ case "$1" in
+ -r) dor=yes ; opts="$opts -r" ;;
+--- 10,16 ----
+ dor='?'
+ opts=
+ histdir=$NEWSCTL
+! while test $# -ne 0
+ do
+ case "$1" in
+ -r) dor=yes ; opts="$opts -r" ;;