diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-31 23:19:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-31 23:19:18 +0000 |
commit | eeeb6d42c6fe94d515b20228d3850e66ffcca4a4 (patch) | |
tree | 95bbda53939bee11b2e56a6f32cc51bc7769c1d0 /news/suck/files/patch-ac | |
parent | Upgrade to 2.8.16beta (diff) |
Receives/sends news to/from localhost via NNTP.
Submitted by: Noritaka Ishizumi <graphite@taurus.bekkoame.or.jp>
Diffstat (limited to 'news/suck/files/patch-ac')
-rw-r--r-- | news/suck/files/patch-ac | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/news/suck/files/patch-ac b/news/suck/files/patch-ac new file mode 100644 index 000000000000..9e9f03667d97 --- /dev/null +++ b/news/suck/files/patch-ac @@ -0,0 +1,40 @@ +--- sample/get.news.innxmit.orig Thu Feb 15 15:05:38 1996 ++++ sample/get.news.innxmit Thu Mar 28 21:03:59 1996 +@@ -7,13 +7,13 @@ + REMOTE_HOST=news.pixi.com + LOCAL_HOST=localhost + +-SPOOLDIR=/usr/spool/news # base directory for articles to be rposted +-NEWSDIR=/usr/lib/news # base directory for news binaries +-BINDIR=/home/boby/doNews # base directory for suck rpost and scripts ++SPOOLDIR=/var/spool/news # base directory for articles to be rposted ++NEWSDIR=/usr/local/news # base directory for news binaries ++BINDIR=/usr/local/bin # base directory for suck rpost and scripts + +-TMPDIR=${BINDIR} # location for suck.* files +-DATADIR=${BINDIR} # location of sucknewsrc and killfile +-MSGDIR=${BINDIR}/Msgs # where to put MultiFile messages when getting them ++TMPDIR=/usr/local/etc # location for suck.* files ++DATADIR=/usr/local/etc # location of sucknewsrc and killfile ++MSGDIR=${TMPDIR}/Msgs # where to put MultiFile messages when getting them + + BATCHFILE=${TMPDIR}/batch # Name of batchfile to build for rnews or innxmit + SITE=pixi # name of site +--- sample/get.news.rnews.orig Thu Feb 15 15:06:17 1996 ++++ sample/get.news.rnews Thu Mar 28 21:03:47 1996 +@@ -10,11 +10,11 @@ + + SPOOLDIR=/usr/spool/news # base directory for articles to be rposted + NEWSDIR=/usr/lib/news # base directory for news binaries +-BINDIR=/home/boby/doNews # base directory for suck rpost and scripts ++BINDIR=/usr/local/bin # base directory for suck rpost and scripts + +-TMPDIR=${BINDIR} # location for suck.* files +-DATADIR=${BINDIR} # location of sucknewsrc and killfile +-MSGDIR=${BINDIR}/Msgs # where to put MultiFile messages when getting them ++TMPDIR=/usr/local/etc # location for suck.* files ++DATADIR=/usr/local/etc # location of sucknewsrc and killfile ++MSGDIR=${TMPDIR}/Msgs # where to put MultiFile messages when getting them + + BATCHFILE=${TMPDIR}/batch # Name of batchfile to build for rnews or innxmit + OUTGOING=${SPOOLDIR}/out.going/pixi # location of the list of articles to upload |