diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-05 13:51:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-05 13:51:40 +0000 |
commit | fa31dc8acff04f4ed024f41de1e59d1a8f42fad8 (patch) | |
tree | bf8ce6904f7691b4d2258df2ce2df066ae681585 /irc/unreal/files/patch-include_config.h | |
parent | Update to 2.2.1. (diff) |
Update to 3.2.10.7
Changes: https://forums.unrealircd.org/viewtopic.php?f=1&t=8588
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=421368
Diffstat (limited to 'irc/unreal/files/patch-include_config.h')
-rw-r--r-- | irc/unreal/files/patch-include_config.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/irc/unreal/files/patch-include_config.h b/irc/unreal/files/patch-include_config.h new file mode 100644 index 000000000000..689e613ea534 --- /dev/null +++ b/irc/unreal/files/patch-include_config.h @@ -0,0 +1,40 @@ +--- include/config.h.orig 2016-09-03 19:34:06 UTC ++++ include/config.h +@@ -242,16 +242,16 @@ + * line argument. These used as the default values for options absent from the user's + * unrealircd.conf. + */ +-#define CPATH "unrealircd.conf" /* server configuration file */ +-#define MPATH "ircd.motd" /* server MOTD file */ +-#define SMPATH "ircd.smotd" /* short MOTD file */ +-#define RPATH "ircd.rules" /* server rules file */ +-#define OPATH "oper.motd" /* Operators MOTD file */ +-#define LPATH "debug.log" /* Where the debug file lives, if DEBUGMODE */ +-#define PPATH "ircd.pid" /* file for server pid */ +-#define VPATH "ircd.svsmotd" /* Services MOTD append. */ +-#define BPATH "bot.motd" /* Bot MOTD */ +-#define IRCDTUNE "ircd.tune" /* tuning .. */ ++#define CPATH "/usr/local/etc/Unreal/unrealircd.conf" /* server configuration file */ ++#define MPATH "/usr/local/etc/Unreal/ircd.motd" /* server MOTD file */ ++#define SMPATH "/usr/local/etc/Unreal/ircd.smotd" /* short MOTD file */ ++#define RPATH "/usr/local/etc/Unreal/ircd.rules" /* server rules file */ ++#define OPATH "/usr/local/etc/Unreal/oper.motd" /* Operators MOTD file */ ++#define LPATH "/var/log/ircd/debug.log" /* Where the debug file lives, if DEBUGMODE */ ++#define PPATH "/var/run/ircd/ircd.pid" /* file for server pid */ ++#define VPATH "/usr/local/etc/Unreal/ircd.svsmotd" /* Services MOTD append. */ ++#define BPATH "/usr/local/etc/Unreal/bot.motd" /* Bot MOTD */ ++#define IRCDTUNE "/var/run/ircd/ircd.tune" /* tuning .. */ + + /* CHROOTDIR + * +@@ -277,8 +277,8 @@ + * define IRC_USER to that user name. This should only be defined if you + * are running as root and even then perhaps not. + */ +-/* #define IRC_USER "<user name>" */ +-/* #define IRC_GROUP "<group name>" */ ++#define IRC_USER "ircd" ++#define IRC_GROUP "ircd" + + + /* SHOW_INVISIBLE_LUSERS |