View | Details | Raw Unified | Return to bug 126719
Collapse All | Expand All

(-)ircd-ratbox-devel/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	ircd-ratbox
9
PORTNAME=	ircd-ratbox
10
#PORTVERSION=	3.0.0
10
#PORTVERSION=	3.0.0
11
DISTVERSION=	3.0.0beta10
11
DISTVERSION=	3.0.0beta11
12
CATEGORIES=	irc ipv6
12
CATEGORIES=	irc ipv6
13
MASTER_SITES=	ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/	\
13
MASTER_SITES=	ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/	\
14
		ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/	\
14
		ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/	\
(-)ircd-ratbox-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ircd-ratbox-3.0.0beta10.tar.bz2) = fc12559faa924f9dbd9c556bd0442676
1
MD5 (ircd-ratbox-3.0.0beta11.tar.bz2) = b2a90cc53beb0959e7787ef35da0959f
2
SHA256 (ircd-ratbox-3.0.0beta10.tar.bz2) = dcaed10e4c579dd48e20f54bafdc3e53a19e2f0bc7f488a993ed5388950e3e26
2
SHA256 (ircd-ratbox-3.0.0beta11.tar.bz2) = 2cf940db564e72db697087061a900ad2d9edbbf9386ddda0f2ac930ddb60dabe
3
SIZE (ircd-ratbox-3.0.0beta10.tar.bz2) = 1942144
3
SIZE (ircd-ratbox-3.0.0beta11.tar.bz2) = 1943183
(-)ircd-ratbox-devel/files/patch-doc_example.conf (-15 / +6 lines)
Lines 1-6 Link Here
1
--- ./doc/example.conf.orig	2008-06-18 18:49:53.000000000 +0100
1
--- ./doc/example.conf.orig	2008-08-17 14:16:36.000000000 +0100
2
+++ ./doc/example.conf	2008-06-29 14:39:37.000000000 +0100
2
+++ ./doc/example.conf	2008-08-21 00:15:05.000000000 +0100
3
@@ -88,13 +88,13 @@
3
@@ -98,13 +98,13 @@
4
 	default_max_clients = 10000;
4
 	default_max_clients = 10000;
5
 
5
 
6
 	/* ssl_private_key: our ssl private key */
6
 	/* ssl_private_key: our ssl private key */
Lines 17-23 Link Here
17
 
17
 
18
 	/* ssld_count: number of ssld processes you want to start, if you have a really busy 
18
 	/* ssld_count: number of ssld processes you want to start, if you have a really busy 
19
 	 * server, using N-1 where N is the number of cpu/cpu cores you have might be useful
19
 	 * server, using N-1 where N is the number of cpu/cpu cores you have might be useful
20
@@ -127,16 +127,16 @@
20
@@ -137,16 +137,16 @@
21
 	 * - operspylog: operspy usage
21
 	 * - operspylog: operspy usage
22
 	 * - ioerrorlog: IO errors
22
 	 * - ioerrorlog: IO errors
23
 	 */
23
 	 */
Lines 44-50 Link Here
44
 };
44
 };
45
 
45
 
46
 /* class {}: contain information about classes for users (OLD Y:) */
46
 /* class {}: contain information about classes for users (OLD Y:) */
47
@@ -332,7 +332,7 @@
47
@@ -347,7 +347,7 @@
48
 	 * A password should not be defined when this is used, see 
48
 	 * A password should not be defined when this is used, see 
49
 	 * doc/challenge.txt for more information.
49
 	 * doc/challenge.txt for more information.
50
 	 */
50
 	 */
Lines 53-68 Link Here
53
 
53
 
54
 	/* umodes: the specific umodes this oper gets when they oper.
54
 	/* umodes: the specific umodes this oper gets when they oper.
55
 	 * If this is specified an oper will not be given oper_umodes
55
 	 * If this is specified an oper will not be given oper_umodes
56
@@ -942,7 +942,7 @@
56
@@ -1003,8 +1003,9 @@
57
 	 *
58
 	 * only define if servlink is not in same directory as ircd itself.
59
 	 */
60
-	#servlink_path = "/usr/local/ircd/bin/servlink";
61
+	#servlink_path = "%%PREFIX%%/bin/servlink";
62
 
63
 	/* use egd: if your system does not have *random devices yet you
64
 	 * want to use OpenSSL and encrypted links, enable this.  Beware -
65
@@ -995,8 +995,9 @@
66
 	/* module path: paths to search for modules specified below and 
57
 	/* module path: paths to search for modules specified below and 
67
 	 * in /modload.
58
 	 * in /modload.
68
 	 */
59
 	 */
(-)ircd-ratbox-devel/files/patch-doc_example.efnet.conf (-12 / +17 lines)
Lines 1-5 Link Here
1
--- doc/example.efnet.conf.orig	2008-07-22 13:32:47.000000000 +0100
1
--- ./doc/example.efnet.conf.orig	2008-08-08 19:17:31.000000000 +0100
2
+++ doc/example.efnet.conf	2008-07-22 13:53:46.000000000 +0100
2
+++ ./doc/example.efnet.conf	2008-08-21 00:41:22.000000000 +0100
3
@@ -60,7 +60,7 @@
3
@@ -60,7 +60,7 @@
4
 	/* description: the description of our server.  '[' and ']' may not
4
 	/* description: the description of our server.  '[' and ']' may not
5
 	 * be used here for compatibility with older servers.
5
 	 * be used here for compatibility with older servers.
Lines 9-15 Link Here
9
 
9
 
10
 	/* network info: the name and description of the network this server
10
 	/* network info: the name and description of the network this server
11
 	 * is on.  Shown in the 005 reply and used with serverhiding.
11
 	 * is on.  Shown in the 005 reply and used with serverhiding.
12
@@ -91,13 +91,13 @@
12
@@ -101,13 +101,13 @@
13
 	default_max_clients = 10000;
13
 	default_max_clients = 10000;
14
 
14
 
15
 	/* ssl_private_key: our ssl private key */
15
 	/* ssl_private_key: our ssl private key */
Lines 26-32 Link Here
26
 
26
 
27
 	/* ssld_count: number of ssld processes you want to start, if you have a really busy 
27
 	/* ssld_count: number of ssld processes you want to start, if you have a really busy 
28
 	 * server, using N-1 where N is the number of cpu/cpu cores you have might be useful
28
 	 * server, using N-1 where N is the number of cpu/cpu cores you have might be useful
29
@@ -130,16 +130,16 @@
29
@@ -140,16 +140,16 @@
30
 	 * - operspylog: operspy usage
30
 	 * - operspylog: operspy usage
31
 	 * - ioerrorlog: IO errors
31
 	 * - ioerrorlog: IO errors
32
 	 */
32
 	 */
Lines 53-59 Link Here
53
 };
53
 };
54
 
54
 
55
 /* class {}: contain information about classes for users (OLD Y:) */
55
 /* class {}: contain information about classes for users (OLD Y:) */
56
@@ -335,7 +335,7 @@
56
@@ -351,7 +351,7 @@
57
 	 * A password should not be defined when this is used, see 
57
 	 * A password should not be defined when this is used, see 
58
 	 * doc/challenge.txt for more information.
58
 	 * doc/challenge.txt for more information.
59
 	 */
59
 	 */
Lines 62-77 Link Here
62
 
62
 
63
 	/* umodes: the specific umodes this oper gets when they oper.
63
 	/* umodes: the specific umodes this oper gets when they oper.
64
 	 * If this is specified an oper will not be given oper_umodes
64
 	 * If this is specified an oper will not be given oper_umodes
65
@@ -956,7 +956,7 @@
65
@@ -967,13 +967,6 @@
66
 	 *
66
 	/* oper umodes: default usermodes opers get when they /oper */
67
 	 * only define if servlink is not in same directory as ircd itself.
67
 	oper_umodes = locops, servnotice, operwall, wallop;
68
 	 */
68
 
69
-	/* servlink path: path to 'servlink' program used by ircd to handle
70
-	 * encrypted/compressed server <-> server links.
71
-	 *
72
-	 * only define if servlink is not in same directory as ircd itself.
73
-	 */
69
-	#servlink_path = "/usr/local/ircd/bin/servlink";
74
-	#servlink_path = "/usr/local/ircd/bin/servlink";
70
+	#servlink_path = "%%PREFIX%%/bin/servlink";
75
-
71
 
72
 	/* use egd: if your system does not have *random devices yet you
76
 	/* use egd: if your system does not have *random devices yet you
73
 	 * want to use OpenSSL and encrypted links, enable this.  Beware -
77
 	 * want to use OpenSSL and encrypted links, enable this.  Beware -
74
@@ -1009,8 +1009,9 @@
78
 	 * EGD is *very* CPU intensive when gathering data for its pool
79
@@ -1025,8 +1018,9 @@
75
 	/* module path: paths to search for modules specified below and 
80
 	/* module path: paths to search for modules specified below and 
76
 	 * in /modload.
81
 	 * in /modload.
77
 	 */
82
 	 */
(-)ircd-ratbox-devel/files/patch-include_config.h (-7 / +10 lines)
Lines 1-15 Link Here
1
--- ./include/config.h.orig	2008-06-09 19:32:50.000000000 +0100
1
--- ./include/config.h.orig	2008-08-17 14:16:36.000000000 +0100
2
+++ ./include/config.h	2008-06-29 14:51:42.000000000 +0100
2
+++ ./include/config.h	2008-08-21 00:30:16.000000000 +0100
3
@@ -54,15 +54,17 @@
3
@@ -52,16 +52,18 @@
4
 #define AUTOMODPATH MODULE_DIR "/autoload/"
5
 #define ETCPATH ETC_DIR 
4
 #define LOGPATH LOG_DIR
6
 #define LOGPATH LOG_DIR
5
 #define UHPATH   HELP_DIR "/users"
7
-#define UHPATH   HELP_DIR "/users"
6
 #define HPATH  HELP_DIR "/opers"
8
-#define HPATH  HELP_DIR "/opers"
9
+#define UHPATH	HELP_DIR "/users"
10
+#define HPATH	HELP_DIR "/opers"
7
+#define RUNPATH	"%%RUNDIR%%"
11
+#define RUNPATH	"%%RUNDIR%%"
8
+#define DBPTH "%%DBDIR%%"
12
+#define DBPTH	"%%DBDIR%%"
9
 
13
 
10
 /* files */
14
 /* files */
11
 #define SPATH    BINPATH "/ircd"	/* ircd executable */
15
 #define SPATH    BINPATH "/ircd"	/* ircd executable */
12
 #define SLPATH   BINPATH "/servlink"	/* servlink executable */
13
 #define CPATH    ETCPATH "/ircd.conf"	/* ircd.conf file */
16
 #define CPATH    ETCPATH "/ircd.conf"	/* ircd.conf file */
14
-#define DBPATH   ETCPATH "/ban.db"
17
-#define DBPATH   ETCPATH "/ban.db"
15
+#define DBPATH   DBPTH "/ban.db"
18
+#define DBPATH   DBPTH "/ban.db"

Return to bug 126719