aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-07 01:10:05 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-07 01:10:05 +0000
commit29500498ea222d87e2734991abd51252b75c8809 (patch)
treef3078e02e21213a787a465529fc9ddc0d3736756 /irc
parent69ec329aa4ef1c0fcdbfa3f21e0d1da2879c728c (diff)
downloadports-29500498ea222d87e2734991abd51252b75c8809.tar.gz
ports-29500498ea222d87e2734991abd51252b75c8809.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/ircd-hybrid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index a054d429e763..7a3f7c99af94 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -33,6 +33,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION}
# WITHOUT_SHARED_MODULES - Disable shared modules. More secure but reduces flexability.
# WITHOUT_ASSERT - Disable parts of the debugging code.
# WITH_SMALL_NET - Tunes the memory allocation for small networks.
+# WITH_HALFOPS - Enable halfops on the server.
# NICKLEN - Nick length. Default is 9. Must be consistant across the network.
# MAXCLIENTS - Set this to the maximum number of clients supported by this server. Default is 200