SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
net/ircd-ratbox/patches/patch-include_config_h
Normal file
23
net/ircd-ratbox/patches/patch-include_config_h
Normal file
|
@ -0,0 +1,23 @@
|
|||
--- include/config.h.orig Fri Sep 19 11:33:46 2008
|
||||
+++ include/config.h Mon Oct 24 01:10:59 2011
|
||||
@@ -45,6 +45,11 @@
|
||||
* AUTOMODPATH = directory for autoloaded modules
|
||||
*/
|
||||
|
||||
+/* users */
|
||||
+#ifndef IRCD_USER
|
||||
+#define IRCD_USER "_ircd-ratbox"
|
||||
+#endif
|
||||
+
|
||||
/* dirs */
|
||||
#define DPATH IRCD_PREFIX
|
||||
#define BINPATH IRCD_PREFIX "/bin/"
|
||||
@@ -61,7 +66,7 @@
|
||||
#define DBPATH ETCPATH "/ban.db"
|
||||
#define MPATH ETCPATH "/ircd.motd" /* MOTD file */
|
||||
#define LPATH LOGPATH "/ircd.log" /* ircd logfile */
|
||||
-#define PPATH ETCPATH "/ircd.pid" /* pid file */
|
||||
+#define PPATH "/var/run/ircd-ratbox/ircd.pid" /* pid file */
|
||||
#define OPATH ETCPATH "/opers.motd" /* oper MOTD file */
|
||||
|
||||
/* HANGONGOODLINK and HANGONGOODLINK
|
Loading…
Add table
Add a link
Reference in a new issue