mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
4019b070f6
This is a port of the ircd-ratbox IRC daemon. ircd-ratbox is the primary ircd used on EFnet; it combines the stability of an ircd required for a large production network together with a rich set of features, making it also suitable for use on smaller networks. WWW: http://www.ircd-ratbox.org/ PR: ports/92404 Submitted by: Shaun Amott <shaun@inerd.com>
20 lines
699 B
C
20 lines
699 B
C
--- include/config.h.orig Thu Jan 20 11:04:40 2005
|
|
+++ include/config.h Fri Jan 27 02:25:37 2006
|
|
@@ -56,6 +56,7 @@
|
|
#define LOGPATH LOG_DIR
|
|
#define UHPATH HELP_DIR "/users"
|
|
#define HPATH HELP_DIR "/opers"
|
|
+#define RUNPATH "%%RUNDIR%%"
|
|
|
|
/* files */
|
|
#define SPATH BINPATH "/ircd" /* ircd executable */
|
|
@@ -68,7 +69,7 @@
|
|
#define RPATH ETCPATH "/ircd.rsa" /* ircd rsa private keyfile */
|
|
#define MPATH ETCPATH "/ircd.motd" /* MOTD file */
|
|
#define LPATH LOGPATH "/ircd.log" /* ircd logfile */
|
|
-#define PPATH ETCPATH "/ircd.pid" /* pid file */
|
|
+#define PPATH RUNPATH "/ircd.pid" /* pid file */
|
|
#define OPATH ETCPATH "/opers.motd" /* oper MOTD file */
|
|
|
|
/* IGNORE_BOGUS_TS
|