summarylogtreecommitdiffstats
path: root/conf-fix.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-05 17:40:17 +0100
committerBartłomiej Piotrowski2018-01-05 17:40:17 +0100
commit0cccae7a7ad0439ee838eacd1bc880b6e18591bd (patch)
tree151dc8d1204d84a2abbc1a3038f6343f43eda3db /conf-fix.patch
downloadaur-ultimate-ircd.tar.gz
Import from official repositories
Diffstat (limited to 'conf-fix.patch')
-rw-r--r--conf-fix.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/conf-fix.patch b/conf-fix.patch
new file mode 100644
index 000000000000..735d8120c63c
--- /dev/null
+++ b/conf-fix.patch
@@ -0,0 +1,25 @@
+--- ./config.h.org 2005-04-11 10:30:55.000000000 -0700
++++ ./config.h 2006-04-26 17:42:04.000000000 -0700
+@@ -110,10 +110,12 @@
+ /* dirs */
+ #define DPATH IRCD_PREFIX
+ #define BINPATH IRCD_PREFIX "/bin/"
+-#define ETCPATH IRCD_PREFIX "/etc"
+-#define LOGPATH IRCD_PREFIX "/logs"
++#define ETCPATH "/etc/ircd"
++#define LOGPATH "/var/log/ircd"
+
+ /* files */
++#define PPATH "/var/run/ircd/ircd.pid"
++
+ #define SPATH BINPATH "/ircd" /* ircd executable */
+
+ #define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */
+@@ -125,7 +127,6 @@
+ #define SMPATH ETCPATH "/ircd.smotd" /* Short Message Of The Day */
+ #define OMPATH ETCPATH "/ircd.opermotd" /* Operator Message Of The Day */
+ #define RPATH ETCPATH "/ircd.rules" /* Rules File */
+-#define PPATH ETCPATH "/ircd.pid" /* IRCd PID */
+ #define IRCDSSL_CPATH ETCPATH "/ircd.crt" /* Client SSL */
+ #define IRCDSSL_KPATH ETCPATH "/ircd.key" /* Client SSL */
+