diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 20:48:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 20:48:24 +0000 |
commit | d7d19c8326cb1f176a5184fa8da9b351fcd59c6a (patch) | |
tree | fcf66801341bce3207bd0409940b2aeda5a7cd4d /irc/unreal/files/patch-config.h | |
parent | - Update to 4.2.8 (diff) |
- Update to 3.2.8.1
PR: 137923
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=239890
Diffstat (limited to 'irc/unreal/files/patch-config.h')
-rw-r--r-- | irc/unreal/files/patch-config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/irc/unreal/files/patch-config.h b/irc/unreal/files/patch-config.h index d29dce038909..9a0b5539235b 100644 --- a/irc/unreal/files/patch-config.h +++ b/irc/unreal/files/patch-config.h @@ -1,6 +1,6 @@ ---- include/config.h Sun Mar 13 22:02:43 2005 -+++ include/config.h Mon Mar 21 09:10:41 2005 -@@ -201,16 +201,16 @@ +--- include/config.h 2009-04-13 13:03:57.000000000 +0200 ++++ include/config.h 2009-08-18 16:16:39.000000000 +0200 +@@ -210,16 +210,16 @@ * these are only the recommened names and paths. Change as needed. * You must define these to something, even if you don't really want them. */ @@ -16,9 +16,9 @@ -#define IRCDTUNE "ircd.tune" /* tuning .. */ +#define CPATH "%%PREFIX%%/etc/Unreal/unrealircd.conf" /* server configuration file */ +#define MPATH "%%PREFIX%%/etc/Unreal/ircd.motd" /* server MOTD file */ -+#define SMPATH "%%PREFIX%%/etc/Unreal/ircd.smotd" /* short MOTD file */ -+#define RPATH "%%PREFIX%%/etc/Unreal/ircd.rules" /* server rules file */ -+#define OPATH "%%PREFIX%%/etc/Unreal/oper.motd" /* Operators MOTD file */ ++#define SMPATH "%%PREFIX%%/etc/Unreal/ircd.smotd" /* short MOTD file */ ++#define RPATH "%%PREFIX%%/etc/Unreal/ircd.rules" /* server rules file */ ++#define OPATH "%%PREFIX%%/etc/Unreal/oper.motd" /* Operators MOTD file */ +#define LPATH "%%LOGDIR%%/debug.log" /* Where the debug file lives, if DEBUGMODE */ +#define PPATH "%%RUNDIR%%/ircd.pid" /* file for server pid */ +#define VPATH "%%PREFIX%%/etc/Unreal/ircd.svsmotd" /* Services MOTD append. */ |