--- config.h-dist Tue Apr 14 13:36:16 1998 +++ config.h Tue Apr 14 13:52:22 1998 @@ -43,7 +43,7 @@ #define DO_NOV_DIGEST /* */ /* Optional */ -/* #define NOV_DIRECTORY "/usr/spool/news" /* */ +#define NOV_DIRECTORY "/var/news/spool/over.view" /* */ /*********************** JAPANESE KANJI DEFINITIONS ************************* @@ -114,7 +114,7 @@ * NOTE: If you plan to use the included inews, it MUST be a full pathname */ -#define NNTP_SERVER "/usr/lib/nntp_server" /* */ +#define NNTP_SERVER "/usr/local/lib/nn/nntp_server" /* */ /* * Define NNTP_POST if you want nn to reject attempts to post via @@ -156,7 +156,8 @@ * conf/s-template.h as a starting point for writing you own. */ -#include "s-hpux9-0.h" +/* #include "s-hpux9-0.h"*/ +#include "s-sunos4-0.h" /* * Define DEFAULT_PAGER as the initial value of the 'pager' variable. @@ -164,7 +165,8 @@ */ /* #define DEFAULT_PAGER "pg -n -s" /* system V */ -#define DEFAULT_PAGER "more" /* bsd */ +/* #define DEFAULT_PAGER "more" */ /* bsd */ +#define DEFAULT_PAGER "less" /* * DEFAULT_PRINTER is the initial value of the 'printer' variable. @@ -172,7 +174,8 @@ */ /* #define DEFAULT_PRINTER "lp -s" /* System V */ -#define DEFAULT_PRINTER "lpr -p -JNEWS" /* bsd */ +/* #define DEFAULT_PRINTER "lpr -p -JNEWS" */ /* bsd */ +#define DEFAULT_PRINTER "lpr" /* * Define RESIZING to make nn understand dynamic window-resizing. @@ -217,8 +220,8 @@ * conf/m-template.h as a starting point for writing you own. */ -#include "m-hp9000.h" - +/* #include "m-hp9000.h" */ +#include "m-sparc.h" /***************************** OWNERSHIP *************************** * @@ -323,9 +326,9 @@ * 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" /* */ +#define NEWS_DIRECTORY "/var/news/spool/articles" /* */ +#define NEWS_LIB_DIRECTORY "/var/news/etc" /* */ +#define INEWS_PATH "/usr/local/bin/inews" /* */ /* @@ -410,13 +413,13 @@ * DAEMON_MAN - nnmaster */ -#define USER_MAN_DIR "/usr/man/man1" +#define USER_MAN_DIR "/usr/local/man/man1" #define USER_MAN_SECTION "1" -#define SYS_MAN_DIR "/usr/man/man1" +#define SYS_MAN_DIR "/usr/local/man/man1" #define SYS_MAN_SECTION "1m" -#define DAEMON_MAN_DIR "/usr/man/man8" +#define DAEMON_MAN_DIR "/usr/local/man/man8" #define DAEMON_MAN_SECTION "8"