summaryrefslogtreecommitdiff
path: root/community/ircservices/path-patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ircservices/path-patch.patch')
-rw-r--r--community/ircservices/path-patch.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/ircservices/path-patch.patch b/community/ircservices/path-patch.patch
deleted file mode 100644
index b7dd78a61..000000000
--- a/community/ircservices/path-patch.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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