summarylogtreecommitdiffstats
path: root/path-patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'path-patch.patch')
-rw-r--r--path-patch.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/path-patch.patch b/path-patch.patch
new file mode 100644
index 000000000000..b7dd78a619f3
--- /dev/null
+++ b/path-patch.patch
@@ -0,0 +1,15 @@
+--- defs.h.org 2009-02-26 12:49:16.000000000 +0000
++++ defs.h 2009-02-26 12:50:04.000000000 +0000
+@@ -17,10 +17,10 @@
+ /******* General configuration *******/
+
+ /* Name of configuration file (in Services directory) */
+-#define IRCSERVICES_CONF PROGRAM ".conf"
++#define IRCSERVICES_CONF "/etc/ircd/" PROGRAM ".conf"
+
+ /* Name of module configuration file (in Services directory) */
+-#define MODULES_CONF "modules.conf"
++#define MODULES_CONF "/etc/ircd/modules.conf"
+
+ /* Maximum number of parameters for a configuration directive */
+ #define CONFIG_MAXPARAMS 8