diff options
author | Adam David <adam@FreeBSD.org> | 1994-10-01 02:56:50 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1994-10-01 02:56:50 +0000 |
commit | 3da7d47bdb1e1c397394eac344403c47f308182b (patch) | |
tree | b86c1356022bcfab94d68f4d2cbc88124f966a26 /news/cnews/files | |
parent | 0a3df8139d0e122c4b58accc66c3f646f0e93810 (diff) | |
download | ports-3da7d47bdb1e1c397394eac344403c47f308182b.tar.gz ports-3da7d47bdb1e1c397394eac344403c47f308182b.zip |
Notes
Diffstat (limited to 'news/cnews/files')
-rw-r--r-- | news/cnews/files/patch-ab | 36 |
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" ;; |