blob: 4bc6bb97798ba84c6a45a08a117466b9610bb634 (
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
|
--- include/defaults.h.orig Sat Oct 4 15:31:17 2003
+++ include/defaults.h Sat Jul 23 14:00:15 2005
@@ -41,17 +41,11 @@
* DPATH = root directory of installation,
* BINPATH = directory for binary files,
* ETCPATH = directory for configuration files,
- * LOGPATH = directory for logfiles,
- * MSGPATH = directory for language files.
*/
/* dirs */
#define DPATH IRCD_PREFIX
#define BINPATH IRCD_PREFIX "/bin/"
-#define MSGPATH IRCD_PREFIX "/messages/"
-#define ETCPATH IRCD_PREFIX "/etc"
-#define LOGPATH IRCD_PREFIX "/logs"
-#define MODPATH IRCD_PREFIX "/modules/"
/* files */
#define SPATH BINPATH "/ircd" /* ircd executable */
@@ -65,7 +59,7 @@
#define XPATH ETCPATH "/xline.conf" /* xline file */
#define MPATH ETCPATH "/ircd.motd" /* MOTD file */
#define LPATH LOGPATH "/ircd.log" /* ircd logfile */
-#define PPATH ETCPATH "/ircd.pid" /* pid file */
+#define PPATH "/var/run/ircd/ircd.pid" /* pid file */
#define OPATH ETCPATH "/opers.motd" /* oper MOTD file */
#define LIPATH ETCPATH "/links.txt" /* cached links file */
|