aboutsummaryrefslogtreecommitdiff
path: root/news/suck
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-08-30 16:25:15 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-08-30 16:25:15 +0000
commitec968b0871f3288707044cf2a1df8b4e8488da64 (patch)
tree6ce9d2fe41dc5bfde6592a23f6d7b8bca19d8e35 /news/suck
parentcfb35583cc021caa8ba8400a7babc844e9747450 (diff)
downloadports-ec968b0871f3288707044cf2a1df8b4e8488da64.tar.gz
ports-ec968b0871f3288707044cf2a1df8b4e8488da64.zip
Ooops, forgot to remove this file along the way to upgrade from
2.6.2 to 3.5.2.
Notes
Notes: svn path=/head/; revision=7731
Diffstat (limited to 'news/suck')
-rw-r--r--news/suck/files/patch-ac51
1 files changed, 0 insertions, 51 deletions
diff --git a/news/suck/files/patch-ac b/news/suck/files/patch-ac
deleted file mode 100644
index 8d1f6b14d131..000000000000
--- a/news/suck/files/patch-ac
+++ /dev/null
@@ -1,51 +0,0 @@
---- sample/get.news.innxmit.orig Sat Mar 30 11:43:37 1996
-+++ sample/get.news.innxmit Fri Apr 5 23:24:47 1996
-@@ -7,13 +7,17 @@
- 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
-+if [ -d /var/spool/news ] && [ ! -d /var/news ]; then
-+ SPOOLDIR=/var/spool/news # base directory for articles to be rposted
-+else
-+ SPOOLDIR=/var/news
-+fi
-+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 articles when getting them
-+TMPDIR=/var/tmp # location for suck.* files
-+DATADIR=/usr/local/etc # location of sucknewsrc and killfile
-+MSGDIR=${TMPDIR}/Msgs # where to put MultiFile articles 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 Sat Mar 30 11:44:28 1996
-+++ sample/get.news.rnews Fri Apr 5 23:32:48 1996
-@@ -8,13 +8,17 @@
- REMOTE_HOST=news.pixi.com
- LOCAL_HOST=localhost
-
--SPOOLDIR=/usr/spool/news # base directory for articles to be rposted
-+if [ -d /var/spool/news ] && [ ! -d /var/news ]; then
-+ SPOOLDIR=/var/spool/news # base directory for articles to be rposted
-+else
-+ SPOOLDIR=/var/news
-+fi
- 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 articles when getting them
-+TMPDIR=/var/tmp # location for suck.* files
-+DATADIR=/usr/local/etc # location of sucknewsrc and killfile
-+MSGDIR=${TMPDIR}/Msgs # where to put MultiFile articles 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