summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-10-01 02:56:50 +0000
committerAdam David <adam@FreeBSD.org>1994-10-01 02:56:50 +0000
commit3da7d47bdb1e1c397394eac344403c47f308182b (patch)
treeb86c1356022bcfab94d68f4d2cbc88124f966a26 /news
parentXCdplayer 2.2 port (diff)
More fixes...
'report' now gets its headers straight. 'doexpire' now handles archiving correctly.
Notes
Notes: svn path=/head/; revision=149
Diffstat (limited to 'news')
-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" ;;