--- include/defaults.h.orig	2010-02-06 21:55:21.000000000 +0100
+++ include/defaults.h		2010-02-06 22:03:31.000000000 +0100
@@ -49,30 +49,31 @@
 
 /* dirs */
 #define DPATH       IRCD_PREFIX                                                     
-#define BINPATH     IRCD_PREFIX "/bin/"
+#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/"
 #define AUTOMODPATH IRCD_PREFIX "/modules/autoload/"
+#define IRCPATH		"/var/mod/home/irc"
 
 /* files */
 #define SPATH   BINPATH "/ircd"                 /* ircd executable */
 #define SLPATH  BINPATH "/servlink"             /* servlink executable */
-#define CPATH   ETCPATH "/ircd.conf"            /* ircd.conf file */
-#define KPATH   ETCPATH "/kline.conf"           /* kline file */
-#define CRESVPATH   ETCPATH "/cresv.conf"       /* channel resvs file */
-#define NRESVPATH   ETCPATH "/nresv.conf"       /* nick resvs file */
-#define DLPATH  ETCPATH "/dline.conf"           /* dline file */
-#define GPATH   ETCPATH "/gline.conf"           /* gline conffile */
-#define XPATH   ETCPATH "/xline.conf"           /* xline file */
-#define RXPATH  ETCPATH "/rxline.conf"
-#define RKPATH  ETCPATH "/rkline.conf"
-#define MPATH   ETCPATH "/ircd.motd"            /* MOTD file */
-#define LPATH   LOGPATH "/ircd.log"             /* ircd logfile */
-#define PPATH   ETCPATH "/ircd.pid"             /* pid file */
-#define OPATH   ETCPATH "/opers.motd"           /* oper MOTD file */
-#define LIPATH  ETCPATH "/links.txt"            /* cached links file */
+#define CPATH   IRCPATH "/ircd.conf"            /* ircd.conf file */
+#define KPATH   IRCPATH "/kline.conf"           /* kline file */
+#define CRESVPATH   IRCPATH "/cresv.conf"       /* channel resvs file */
+#define NRESVPATH   IRCPATH "/nresv.conf"       /* nick resvs file */
+#define DLPATH  IRCPATH "/dline.conf"           /* dline file */
+#define GPATH   IRCPATH "/gline.conf"           /* gline conffile */
+#define XPATH   IRCPATH "/xline.conf"           /* xline file */
+#define RXPATH  IRCPATH "/rxline.conf"
+#define RKPATH  IRCPATH "/rkline.conf"
+#define MPATH   IRCPATH "/ircd.motd"            /* MOTD file */
+#define LPATH   IRCPATH "/ircd.log"             /* ircd logfile */
+#define PPATH   IRCPATH "/ircd.pid"             /* pid file */
+#define OPATH   IRCPATH "/opers.motd"           /* oper MOTD file */
+#define LIPATH  IRCPATH "/links.txt"            /* cached links file */
 
 /* this file is included to supply default
  * values for things which are now configurable at runtime.
