summaryrefslogtreecommitdiff
path: root/news/nn/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'news/nn/patches/patch-ab')
-rw-r--r--news/nn/patches/patch-ab245
1 files changed, 245 insertions, 0 deletions
diff --git a/news/nn/patches/patch-ab b/news/nn/patches/patch-ab
new file mode 100644
index 00000000000..548453924bf
--- /dev/null
+++ b/news/nn/patches/patch-ab
@@ -0,0 +1,245 @@
+*** config.h.orig Sun Jun 18 16:39:25 1995
+--- config.h Sun Jun 18 16:41:44 1995
+***************
+*** 32,38 ****
+ #define NOV
+
+ /* Optional */
+! #define NOV_DIRECTORY "/usr/spool/news"
+
+ /*********************** NETWORK DEPENDENT DEFINITIONS **********************
+ *
+--- 32,38 ----
+ #define NOV
+
+ /* Optional */
+! #define NOV_DIRECTORY "/var/news/over.view"
+
+ /*********************** NETWORK DEPENDENT DEFINITIONS **********************
+ *
+***************
+*** 69,75 ****
+ * Consult the file NNTP for further information on the use of NNTP.
+ */
+
+! #undef NNTP
+
+ /*
+ * Define NNTP_SERVER to the name of a file containing the name of the
+--- 69,75 ----
+ * Consult the file NNTP for further information on the use of NNTP.
+ */
+
+! #define NNTP
+
+ /*
+ * Define NNTP_SERVER to the name of a file containing the name of the
+***************
+*** 84,90 ****
+ * 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
+--- 84,90 ----
+ * NOTE: If you plan to use the included inews, it MUST be a full pathname
+ */
+
+! #define NNTP_SERVER "/usr/local/etc/nntpserver"
+
+ /*
+ * Define NNTP_POST if you want nn to reject attempts to post via
+***************
+*** 126,132 ****
+ * conf/s-template.h as a starting point for writing you own.
+ */
+
+! #include "s-sys5-4.h"
+
+ /*
+ * Define DEFAULT_PAGER as the initial value of the 'pager' variable.
+--- 126,132 ----
+ * 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.
+***************
+*** 141,148 ****
+ * nn's :print command pipes text into this command.
+ */
+
+! #define DEFAULT_PRINTER "lp -s" /* System V */
+! /* #define DEFAULT_PRINTER "lpr -p -JNEWS" */ /* bsd */
+
+ /*
+ * Define RESIZING to make nn understand dynamic window-resizing.
+--- 141,148 ----
+ * nn's :print command pipes text into this command.
+ */
+
+! /* #define DEFAULT_PRINTER "lp -s" /* System V */
+! #define DEFAULT_PRINTER "lpr -p -JNEWS" /* bsd */
+
+ /*
+ * Define RESIZING to make nn understand dynamic window-resizing.
+***************
+*** 239,245 ****
+
+ #define BIN_DIRECTORY "/usr/local/bin"
+ #define LIB_DIRECTORY "/usr/local/lib/nn"
+!
+
+ /**************************** DATABASE LOCATION **************************
+ *
+--- 239,245 ----
+
+ #define BIN_DIRECTORY "/usr/local/bin"
+ #define LIB_DIRECTORY "/usr/local/lib/nn"
+! #define TMP_DIRECTORY "/var/tmp"
+
+ /**************************** DATABASE LOCATION **************************
+ *
+***************
+*** 270,276 ****
+ * (The file system must support long file names!!)
+ */
+
+! #define DB_DIRECTORY "/usr/spool/nn"
+
+
+ /*************************** NEWS TRANSPORT **************************
+--- 270,276 ----
+ * (The file system must support long file names!!)
+ */
+
+! #define DB_DIRECTORY "/var/spool/nn"
+
+
+ /*************************** NEWS TRANSPORT **************************
+***************
+*** 292,301 ****
+ * 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" */
+
+
+ /*
+--- 292,301 ----
+ * Default: NEWS_LIB_DIR/{rm,del}group
+ */
+
+! #define NEWS_DIRECTORY "/var/news"
+! #define NEWS_LIB_DIRECTORY "/usr/local/news/lib"
+
+! /* #define INEWS_PATH "/usr/local/news/lib/inews" */
+
+
+ /*
+***************
+*** 317,323 ****
+ */
+
+ /* #define REC_MAIL "/usr/lib/news/recmail" */ /* non-sendmail */
+! #define REC_MAIL "/usr/lib/sendmail -t" /* sendmail */
+
+
+ /*
+--- 317,323 ----
+ */
+
+ /* #define REC_MAIL "/usr/lib/news/recmail" */ /* non-sendmail */
+! #define REC_MAIL "/usr/sbin/sendmail -t" /* sendmail */
+
+
+ /*
+***************
+*** 379,391 ****
+ * 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"
+
+
+--- 379,391 ----
+ * 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 "1"
+
+! #define DAEMON_MAN_DIR "/usr/local/man/man8"
+ #define DAEMON_MAN_SECTION "8"
+
+
+***************
+*** 445,451 ****
+ * 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
+--- 445,451 ----
+ * 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
+***************
+*** 457,463 ****
+ * via some sort of NNTP.
+ */
+
+! #define SYNCHRONOUS_POSTING /* comment out for C-News */
+
+ /*
+ * PUT_TIMESTAMP_IN_SCRIPTS
+--- 457,463 ----
+ * via some sort of NNTP.
+ */
+
+! /*#define SYNCHRONOUS_POSTING /* comment out for C-News */
+
+ /*
+ * PUT_TIMESTAMP_IN_SCRIPTS
+*** inews/conf.h.orig Thu Nov 25 12:29:01 1993
+--- inews/conf.h Sat Apr 15 04:57:55 1995
+***************
+*** 59,65 ****
+ * DOMAIN as defined above). If you don't want this, comment it out.
+ */
+
+! #define HIDDENNET
+
+ /*
+ * There are a number of ways that inews will try to figure out the
+--- 59,65 ----
+ * DOMAIN as defined above). If you don't want this, comment it out.
+ */
+
+! /* #define HIDDENNET */
+
+ /*
+ * There are a number of ways that inews will try to figure out the