diff options
Diffstat (limited to 'net-irc/ircd-hybrid/files/config-ipv6.diff')
-rw-r--r-- | net-irc/ircd-hybrid/files/config-ipv6.diff | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/net-irc/ircd-hybrid/files/config-ipv6.diff b/net-irc/ircd-hybrid/files/config-ipv6.diff deleted file mode 100644 index 7303800a2a6a..000000000000 --- a/net-irc/ircd-hybrid/files/config-ipv6.diff +++ /dev/null @@ -1,56 +0,0 @@ -136,138c136,138 -< #define BINPATH IRCD_PREFIX "/bin/" -< #define MODPATH IRCD_PREFIX "/modules/" -< #define AUTOMODPATH IRCD_PREFIX "/modules/autoload/" ---- -> #define BINPATH "/usr/sbin/" -> #define MODPATH "/usr/lib/ircd-hybrid-7/ipv6/" -> #define AUTOMODPATH MODPATH "/autoload/" -140,141c140,141 -< #define ETCPATH IRCD_PREFIX "/etc" -< #define LOGPATH IRCD_PREFIX "/logs" ---- -> #define ETCPATH "/etc/ircd" -> #define LOGPATH "/var/log/ircd" -146c146 -< #define SPATH BINPATH "/ircd" /* ircd executable */ ---- -> #define SPATH BINPATH "/ircd-ipv6" /* ircd executable */ -148,157c148,157 -< #define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */ -< #define KPATH ETCPATH "/kline.conf" /* kline file */ -< #define DLPATH ETCPATH "/dline.conf" /* dline file */ -< #define GPATH LOGPATH "/gline.log" /* gline logfile */ -< #define RPATH ETCPATH "/ircd.rsa" /* ircd rsa private keyfile */ -< #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 ETCPATH "/ircd-ipv6.conf" /* ircd.conf file */ -> #define KPATH ETCPATH "/kline-ipv6.conf" /* kline file */ -> #define DLPATH ETCPATH "/dline-ipv6.conf" /* dline file */ -> #define GPATH LOGPATH "/gline-ipv6.log" /* gline logfile */ -> #define RPATH ETCPATH "/ircd-ipv6.rsa" /* ircd rsa private keyfile */ -> #define MPATH ETCPATH "/ircd-ipv6.motd" /* MOTD file */ -> #define LPATH LOGPATH "/ircd-ipv6.log" /* ircd logfile */ -> #define PPATH "/var/run/ircd/ircd-ipv6.pid" /* pid file */ -> #define OPATH ETCPATH "/opers-ipv6.motd" /* oper MOTD file */ -> #define LIPATH ETCPATH "/links-ipv6.txt" /* cached links file */ -214c214 -< #undef USE_SYSLOG ---- -> #define USE_SYSLOG -221,225c221,225 -< #undef SYSLOG_KILL /* log all operator kills to syslog */ -< #undef SYSLOG_SQUIT /* log all remote squits for all servers to syslog */ -< #undef SYSLOG_CONNECT /* log remote connect messages for other all servs */ -< #undef SYSLOG_USERS /* send userlog stuff to syslog */ -< #undef SYSLOG_OPER /* log all users who successfully become an Op */ ---- -> #define SYSLOG_KILL /* log all operator kills to syslog */ -> #define SYSLOG_SQUIT /* log all remote squits for all servers to syslog */ -> #define SYSLOG_CONNECT /* log remote connect messages for other all servs */ -> #define SYSLOG_USERS /* send userlog stuff to syslog */ -> #define SYSLOG_OPER /* log all users who successfully become an Op */ |