mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
e7ddc114ab
warning: this loses the off_t -> long patches. It is not immediately obvious when not to make the change in type.
210 lines
4.9 KiB
Plaintext
210 lines
4.9 KiB
Plaintext
*** 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
|