diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 01:10:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 01:10:05 +0000 |
commit | 29500498ea222d87e2734991abd51252b75c8809 (patch) | |
tree | f3078e02e21213a787a465529fc9ddc0d3736756 /irc/ircd-hybrid | |
parent | 69ec329aa4ef1c0fcdbfa3f21e0d1da2879c728c (diff) | |
download | ports-29500498ea222d87e2734991abd51252b75c8809.tar.gz ports-29500498ea222d87e2734991abd51252b75c8809.zip |
Add comment/documentation for WITH_HALFOPS option in port Makefile
My previous patch neglected to list WITH_HALFOPS in the
list of port options.
PR: ports/91383
Submitted by: Geraint Edwards <gedge-oss@yadn.org>
Notes
Notes:
svn path=/head/; revision=152931
Diffstat (limited to 'irc/ircd-hybrid')
-rw-r--r-- | irc/ircd-hybrid/Makefile | 1 |
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 |