summaryrefslogtreecommitdiffstats
path: root/news/nn/nn.patch
blob: 38917d23ff047bf3cb23b3bf38022c5622712a32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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"