summaryrefslogtreecommitdiff
path: root/news/nn/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'news/nn/files/patch-ab')
-rw-r--r--news/nn/files/patch-ab219
1 files changed, 10 insertions, 209 deletions
diff --git a/news/nn/files/patch-ab b/news/nn/files/patch-ab
index a4840c70c99e..c4a2be78da3c 100644
--- a/news/nn/files/patch-ab
+++ b/news/nn/files/patch-ab
@@ -1,209 +1,10 @@
-*** config.h Mon Jul 20 10:27:15 1998
---- config.h.new Mon Jul 20 10:55:32 1998
-***************
-*** 51,60 ****
- #define DO_NOV_DIGEST /* */
-
- /* Optional */
-! /* #define NOV_DIRECTORY "/usr/spool/news" /* */
-
- /* Optional */
-! /* #define NOV_FILENAME ".overview" /* */
-
-
- /*********************** NETWORK DEPENDENT DEFINITIONS **********************
---- 51,60 ----
- #define DO_NOV_DIGEST /* */
-
- /* Optional */
-! #define NOV_DIRECTORY "/var/news/over.view" /* */
-
- /* Optional */
-! #define NOV_FILENAME ".overview" /* */
-
-
- /*********************** NETWORK DEPENDENT DEFINITIONS **********************
-***************
-*** 107,113 ****
- * NOTE: If you plan to use the included inews, it MUST be a full pathname
- */
-
-! #define NNTP_SERVER "/usr/lib/nntp_server" /* */
-
- /*
- * Define NNTP_POST if you want nn to reject attempts to post via
---- 107,113 ----
- * NOTE: If you plan to use the included inews, it MUST be a full pathname
- */
-
-! #define NNTP_SERVER "/usr/local/etc/nntp_server" /* */
-
- /*
- * Define NNTP_POST if you want nn to reject attempts to post via
-***************
-*** 149,155 ****
- * conf/s-template.h as a starting point for writing you own.
- */
-
-! #include "s-hpux9-0.h"
-
- /*
- * Define DEFAULT_PAGER as the initial value of the 'pager' variable.
---- 149,155 ----
- * conf/s-template.h as a starting point for writing you own.
- */
-
-! #include "s-freebsd.h"
-
- /*
- * Define DEFAULT_PAGER as the initial value of the 'pager' variable.
-***************
-*** 210,216 ****
- * conf/m-template.h as a starting point for writing you own.
- */
-
-! #include "m-hp9000.h"
-
-
- /***************************** OWNERSHIP ***************************
---- 210,216 ----
- * conf/m-template.h as a starting point for writing you own.
- */
-
-! #include "m-i80386.h"
-
-
- /***************************** OWNERSHIP ***************************
-***************
-*** 263,269 ****
-
- #define BIN_DIRECTORY "/usr/local/bin"
- #define LIB_DIRECTORY "/usr/local/lib/nn"
-!
-
- /**************************** DATABASE LOCATION **************************
- *
---- 263,269 ----
-
- #define BIN_DIRECTORY "/usr/local/bin"
- #define LIB_DIRECTORY "/usr/local/lib/nn"
-! #define TMP_DIRECTORY "/var/tmp"
-
- /**************************** DATABASE LOCATION **************************
- *
-***************
-*** 294,300 ****
- * (The file system must support long file names!!)
- */
-
-! /* #define DB_DIRECTORY "/usr/spool/nn" /* */
-
-
- /*************************** NEWS TRANSPORT **************************
---- 294,300 ----
- * (The file system must support long file names!!)
- */
-
-! #define DB_DIRECTORY "/var/spool/nn" /* */
-
-
- /*************************** NEWS TRANSPORT **************************
-***************
-*** 316,323 ****
- * Default: NEWS_LIB_DIR/{rm,del}group
- */
-
-! /* #define NEWS_DIRECTORY "/usr/spool/news" /* */
-! /* #define NEWS_LIB_DIRECTORY "/usr/lib/news" /* */
- /* #define INEWS_PATH "/usr/lib/news/inews" /* */
-
-
---- 316,323 ----
- * Default: NEWS_LIB_DIR/{rm,del}group
- */
-
-! #define NEWS_DIRECTORY "/var/news" /* */
-! #define NEWS_LIB_DIRECTORY "/usr/local/news/lib" /* */
- /* #define INEWS_PATH "/usr/lib/news/inews" /* */
-
-
-***************
-*** 341,347 ****
- */
-
- /* #define REC_MAIL "/usr/lib/news/recmail" /* non-sendmail */
-! #define REC_MAIL "/usr/lib/sendmail -t" /* sendmail */
-
-
- /*
---- 341,347 ----
- */
-
- /* #define REC_MAIL "/usr/lib/news/recmail" /* non-sendmail */
-! #define REC_MAIL "/usr/sbin/sendmail -t" /* sendmail */
-
-
- /*
-***************
-*** 403,415 ****
- * DAEMON_MAN - nnmaster
- */
-
-! #define USER_MAN_DIR "/usr/man/man1"
- #define USER_MAN_SECTION "1"
-
-! #define SYS_MAN_DIR "/usr/man/man1"
- #define SYS_MAN_SECTION "1m"
-
-! #define DAEMON_MAN_DIR "/usr/man/man8"
- #define DAEMON_MAN_SECTION "8"
-
-
---- 403,415 ----
- * DAEMON_MAN - nnmaster
- */
-
-! #define USER_MAN_DIR "/usr/local/man/man1"
- #define USER_MAN_SECTION "1"
-
-! #define SYS_MAN_DIR "/usr/local/man/man1"
- #define SYS_MAN_SECTION "1m"
-
-! #define DAEMON_MAN_DIR "/usr/local/man/man8"
- #define DAEMON_MAN_SECTION "8"
-
-
-***************
-*** 469,475 ****
- * was accepted, whereas with INN, it only takes seconds.
- */
-
-! #define INEWS_IS_FAST /* comment out for C-News */
-
- /*
- * Synchronous posting: If set this will cause NN to wait until a
---- 469,475 ----
- * was accepted, whereas with INN, it only takes seconds.
- */
-
-! /*#define INEWS_IS_FAST*/ /* comment out for C-News */
-
- /*
- * Synchronous posting: If set this will cause NN to wait until a
-***************
-*** 481,487 ****
- * via some sort of NNTP.
- */
-
-! #define SYNCHRONOUS_POSTING /* comment out for C-News */
-
- /*
- * PUT_TIMESTAMP_IN_SCRIPTS
---- 481,487 ----
- * via some sort of NNTP.
- */
-
-! /*#define SYNCHRONOUS_POSTING /* comment out for C-News */
-
- /*
- * PUT_TIMESTAMP_IN_SCRIPTS
+--- chset.c.orig Fri Apr 28 22:34:04 1995
++++ chset.c Fri Apr 16 01:30:09 1999
+@@ -18,6 +18,7 @@
+ "iso-8859-7", 8,
+ "iso-8859-8", 8,
+ "iso-8859-9", 8,
++ "koi8-r", 8,
+ "unknown", 0,
+ NULL, 0,
+ };