summaryrefslogtreecommitdiff
path: root/news/nntpbtr/files/patch-conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'news/nntpbtr/files/patch-conf.h')
-rw-r--r--news/nntpbtr/files/patch-conf.h61
1 files changed, 0 insertions, 61 deletions
diff --git a/news/nntpbtr/files/patch-conf.h b/news/nntpbtr/files/patch-conf.h
deleted file mode 100644
index 0b6769708bee..000000000000
--- a/news/nntpbtr/files/patch-conf.h
+++ /dev/null
@@ -1,61 +0,0 @@
---- conf.h.orig 1995-06-11 09:16:14 UTC
-+++ conf.h
-@@ -4,16 +4,16 @@
- */
-
- /* It is defined for direct pipe to INND without disk batches */
--/* #define RNEWS "/usr/bin/rnews" */
-+#define RNEWS "/usr/local/bin/rnews"
-
- /* if undef DBZ and NDBM, then history check will not use */
- /* please use the definition from your CNEWS/INN distributive */
--#define HISTORY_FILE "/usr/lib/news/history"
-+#define HISTORY_FILE "/usr/local/news/lib/history"
- #define DBZ
- #undef NDBM
-
- /* the position of host data file - control info for nntpbtr */
--#define HOSTDIR "/usr/spool/news/nntpbtr-"
-+#define HOSTDIR "/var/spool/news/nntpbtr-"
-
- #ifndef RNEWS
- /* This is the batch file definitions - where, size and cmd to input news
-@@ -24,22 +24,24 @@
- #define BATCHINPUTCMD "/usr/lib/newsbin/input/newsrun", "newsrun", 0
- #endif
- #define BATCHSIZE 300000
--#define BATCHTMP "/usr/spool/news/in.coming/nntp.XXXXXX"
--#define BATCHDIR "/usr/spool/news/in.coming/"
-+#define BATCHTMP "/var/spool/news/in.coming/nntp.XXXXXX"
-+#define BATCHDIR "/var/spool/news/in.coming/"
- #endif
-
- /* This is defined the only for the purpose of disk free check.
- min free space is in the BLOCKS (1KB or 512 - depend from system).
- dont't forget here about free space for expire process in CNEWS -
- - it is need the second "history" file space */
--#define NEWSSPOOL "/usr/spool/news"
-+#define NEWSSPOOL "/var/spool/news"
- #define MINFREE 30000
- #define MINFILES 2048 /* one 300KB batch = 150 files, 10 batches enough ? */
-+
- #ifndef RNEWS
--#define NEWSINCOMING "/usr/spool/news/in.coming"
-+#define NEWSINCOMING "/var/spool/news/in.coming"
- /* max inputed files in BATCHDIR (-I) */
--#define MAXINFILES 0 /* max # files in BATCHDIR; 0 -> no check */
- #endif
-+#define MAXINFILES 0 /* max # files in BATCHDIR; 0 -> no check */
-+
- /* wait time slot to re-check disk space (-m) or batch process (-I)
- if not define, when exit(2) without wait */
- /* #define MINFTIME 60*10 /* time to sleep between new check */
-@@ -70,7 +72,7 @@
- #include <string.h>
- #include <ctype.h>
- #include <time.h>
--#include <sys/dir.h>
-+#include <sys/dirent.h>
-
- #define DFREE_OK 0
- #define DFREE_INODES 1