diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-07 09:10:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-07 09:10:05 +0800 |
commit | 847d81173024567a045a01fecb2fad182a8188c1 (patch) | |
tree | 280742dd916b526ee99399ba760f94e053a2fbb6 /irc | |
parent | 5a3ee454c7ac6da7b3fe0e567bae636957ee728a (diff) | |
download | freebsd-ports-gnome-847d81173024567a045a01fecb2fad182a8188c1.tar.gz freebsd-ports-gnome-847d81173024567a045a01fecb2fad182a8188c1.tar.zst freebsd-ports-gnome-847d81173024567a045a01fecb2fad182a8188c1.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>
Diffstat (limited to 'irc')
-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 |