diff options
author | James Raynard <jraynard@FreeBSD.org> | 1997-11-13 23:14:58 +0000 |
---|---|---|
committer | James Raynard <jraynard@FreeBSD.org> | 1997-11-13 23:14:58 +0000 |
commit | 450506ee5f9211b882d4c30188f1cb288ce61cfa (patch) | |
tree | 9523bca7da6ad5961954c74b376d34caa7e0a430 /news/slurp/files/patch-ac | |
parent | Upgrade, 1.03a -> 1.03e (diff) |
Add site exclusions patches. Some cleanup.
Notes
Notes:
svn path=/head/; revision=8606
Diffstat (limited to 'news/slurp/files/patch-ac')
-rw-r--r-- | news/slurp/files/patch-ac | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/news/slurp/files/patch-ac b/news/slurp/files/patch-ac new file mode 100644 index 000000000000..e5d5fbfa40e9 --- /dev/null +++ b/news/slurp/files/patch-ac @@ -0,0 +1,23 @@ +--- conf.h.orig Tue Feb 7 14:29:19 1995 ++++ conf.h Sun Nov 9 18:13:56 1997 +@@ -57,6 +57,11 @@ + #define SYSFILE "/usr/lib/news/slurp.sys" + #define HOSTFILE "/usr/lib/news/slurp." + ++/* These files will be used by the site exclusion feature. SITEFILE ++ is a list of sites that you do not wish to receive articles from. ++ The IDs of articles thus rejected will be kept in DROPFILE. */ ++#define SITEFILE "/usr/lib/news/excludesites" ++#define DROPFILE "/usr/lib/news/exclarticles" + + /* Speedup sets the number of extra ARTICLE requests that are stacked + up at the NNTP server awaiting transmission - aka pipelining. +@@ -155,7 +160,7 @@ + undefined. If the required define is not supplied by the compiler + (e.g. SVR4, SVR3) then you will need to include it yourself here. */ + +-#define SVR4 ++/* #define SVR4 */ + + + /* The facility name which syslog reports errors and stats under. If |