summaryrefslogtreecommitdiffstats
path: root/news/nn/nn.patch
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /news/nn/nn.patch
initial commit from stable 0.3
Diffstat (limited to 'news/nn/nn.patch')
-rw-r--r--news/nn/nn.patch67
1 files changed, 67 insertions, 0 deletions
diff --git a/news/nn/nn.patch b/news/nn/nn.patch
new file mode 100644
index 0000000000..38917d23ff
--- /dev/null
+++ b/news/nn/nn.patch
@@ -0,0 +1,67 @@
+diff -Nurp nn-6.6.5.orig/config.h-dist nn-6.6.5/config.h-dist
+--- nn-6.6.5.orig/config.h-dist 2004-03-09 18:53:11.000000000 +0100
++++ nn-6.6.5/config.h-dist 2004-03-09 18:53:40.000000000 +0100
+@@ -21,7 +21,7 @@
+ * following to change the default headers
+ */
+
+-/* #define GNKSA */
++#define GNKSA
+
+
+ /************************* DATABASE CONFIGURATION ***************************
+@@ -100,7 +100,7 @@
+ * LIB_DIRECTORY defined below.
+ */
+
+-#define NNTP_SERVER "/usr/local/lib/nntp_server"
++#define NNTP_SERVER "/etc/nntp_server"
+
+ /*
+ * Define NNTP_PATH_HOSTNAME to force a specific hostname into the
+@@ -138,7 +138,7 @@
+ * conf/s-template.h as a starting point for writing you own.
+ */
+
+-#include "s-sunos5.h"
++#include "s-linux.h"
+
+
+ /********************** MACHINE DEPENDENT DEFINITIONS **********************
+@@ -149,7 +149,7 @@
+ * conf/m-template.h as a starting point for writing you own.
+ */
+
+-#include "m-sparc.h"
++#include "m-i80386.h"
+
+
+ /**************************** LOCALIZATION ****************************
+@@ -182,8 +182,8 @@
+ * (= LIB_DIRECTORY/Log if undefined).
+ */
+
+-#define BIN_DIRECTORY "/usr/local/bin"
+-#define LIB_DIRECTORY "/usr/local/lib/nn"
++#define BIN_DIRECTORY "/usr/bin"
++#define LIB_DIRECTORY "/usr/lib/nn"
+
+
+ /*************************** NEWS TRANSPORT **************************
+@@ -307,13 +307,13 @@
+ * DAEMON_MAN - nnmaster
+ */
+
+-#define USER_MAN_DIR "/usr/local/man/man1"
++#define USER_MAN_DIR "/usr/share/man/man1"
+ #define USER_MAN_SECTION "1"
+
+-#define SYS_MAN_DIR "/usr/local/man/man1"
++#define SYS_MAN_DIR "/usr/share/man/man1"
+ #define SYS_MAN_SECTION "1m"
+
+-#define DAEMON_MAN_DIR "/usr/local/man/man8"
++#define DAEMON_MAN_DIR "/usr/share/man/man8"
+ #define DAEMON_MAN_SECTION "8"
+
+