diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-07-25 01:52:22 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-07-25 01:52:22 +0000 |
commit | 430912c3ca738f244786054c6397f47af3fdd104 (patch) | |
tree | 7fead32084bb720622ecceecc7f21cace710c0ed /irc/unreal/files | |
parent | New port: net/dropbox-api-command (diff) |
Add ability to run as ircd user/group
Pass maintainership to submitter
Pacify portlint(1)
Add LICENSE
PR: ports/155143
Submitted by: Jr Aquino <tanawts@gmail.com>
Approved by: wxs (mentor)
Notes
Notes:
svn path=/head/; revision=278277
Diffstat (limited to 'irc/unreal/files')
-rw-r--r-- | irc/unreal/files/patch-config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/unreal/files/patch-config.h b/irc/unreal/files/patch-config.h index 9a0b5539235b..9b3844a4668c 100644 --- a/irc/unreal/files/patch-config.h +++ b/irc/unreal/files/patch-config.h @@ -27,3 +27,14 @@ /* CHROOTDIR * +@@ -245,8 +245,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 "%%USERS%%" ++#define IRC_GROUP "%%GROUPS%%" + + + /* SHOW_INVISIBLE_LUSERS |