diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-04-14 13:29:25 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-04-14 13:29:25 +0000 |
commit | 9e180c6a27029cba6a7b7ee7bb62d85ab31f428c (patch) | |
tree | 2226ca1309fe4510a231b319cfe172cc02297e6a /irc/ircd-ratbox-devel/files/patch-doc_example.conf | |
parent | - Update to 3.0.0 [1] (diff) |
- Update to official release 3.0.7
- Update MASTER_SITES (remove unofficial ircd-ratbox.org)
- Unbreak cross compiles
- Fix error handling with GNUTLS
- Update sqllite3 code
- Remove buggy sigio code.
PR: ports/166914
Submitted by: moggie <moggie@elasticmind.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=294809
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-doc_example.conf')
-rw-r--r-- | irc/ircd-ratbox-devel/files/patch-doc_example.conf | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-doc_example.conf b/irc/ircd-ratbox-devel/files/patch-doc_example.conf index 0cbd033c3b1c..da5a6f1c74d6 100644 --- a/irc/ircd-ratbox-devel/files/patch-doc_example.conf +++ b/irc/ircd-ratbox-devel/files/patch-doc_example.conf @@ -1,24 +1,24 @@ ---- ./doc/example.conf.orig 2008-12-16 03:08:43.000000000 +0000 -+++ ./doc/example.conf 2008-12-17 12:52:47.000000000 +0000 +--- ./doc/example.conf.orig 2012-04-13 14:54:05.000000000 +0100 ++++ ./doc/example.conf 2012-04-13 14:59:46.000000000 +0100 @@ -98,13 +98,13 @@ default_max_clients = 10000; /* ssl_private_key: our ssl private key */ -- ssl_private_key = "etc/test.key"; -+ ssl_private_key = "%%PREFIX%%/etc/ssl/test.key"; +- ssl_private_key = "etc/test.key"; ++ ssl_private_key = "%%PREFIX%%/etc/ssl/test.key"; /* ssl_cert: certificate for our ssl server */ -- ssl_cert = "etc/test.cert"; -+ ssl_cert = "%%PREFIX%%/etc/ssl/test.cert"; +- ssl_cert = "etc/test.cert"; ++ ssl_cert = "%%PREFIX%%/etc/ssl/test.cert"; /* ssl_dh_params: DH parameters, generate with openssl dhparam -out dh.pem 1024 */ -- ssl_dh_params = "etc/dh.pem"; -+ ssl_dh_params = "%%PREFIX%%/etc/ssl/dh.pem"; +- ssl_dh_params = "etc/dh.pem"; ++ ssl_dh_params = "%%PREFIX%%/etc/ssl/dh.pem"; - /* ssld_count: number of ssld processes you want to start, if you have a really busy - * server, using N-1 where N is the number of cpu/cpu cores you have might be useful -@@ -112,7 +112,7 @@ - ssld_count = 1; + /* ssld_count: number of ssld processes you want to start, if you + * have a really busy server, using N-1 where N is the number of +@@ -115,7 +115,7 @@ + ssld_count = 1; /* bandb: path to the ban database - default is PREFIX/etc/ban.db */ - bandb = "etc/ban.db"; @@ -26,7 +26,7 @@ }; /* admin {}: contains admin information about the server. (OLD A:) */ -@@ -139,16 +139,16 @@ +@@ -142,16 +142,16 @@ * - operspylog: operspy usage * - ioerrorlog: IO errors */ @@ -53,7 +53,7 @@ }; /* class {}: contain information about classes for users (OLD Y:) */ -@@ -351,7 +351,7 @@ +@@ -354,7 +354,7 @@ * A password should not be defined when this is used, see * doc/challenge.txt for more information. */ @@ -62,7 +62,7 @@ /* umodes: the specific umodes this oper gets when they oper. * If this is specified an oper will not be given oper_umodes -@@ -1015,8 +1015,9 @@ +@@ -1022,8 +1022,9 @@ /* module path: paths to search for modules specified below and * in /modload. */ |