summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2014-03-25 13:10:12 +0000
committerDiane Bruce <db@FreeBSD.org>2014-03-25 13:10:12 +0000
commitaaf4bcc3127d345310dbd5c4dda4dec68f15e721 (patch)
tree784ee84c550f94e99daf31f25a0af571e67df3f9 /irc
parentSyslog-ng 3.5.4.1 is production ready. (diff)
- Fix tiny nit with mislabeled option descriptions
Submitted by: fwaggle <fwagglechop@gmail.com>
Notes
Notes: svn path=/head/; revision=349138
Diffstat (limited to 'irc')
-rw-r--r--irc/ircd-hybrid/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index 88a5740f4b48..4b3083ff3bc2 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -26,10 +26,10 @@ OPTIONS_DEFINE= OPENSSL HALFOPS ASSERT
OPTIONS_DEFAULT=OPENSSL
ASSERT_CONFIGURE_ENABLE= assert
-ASSERT_DESC= Enable halfops on the server
+ASSERT_DESC= Enable parts of the debugging code
HALFOPS_CONFIGURE_ENABLE= halfops
-HALFOPS_DESC= Enable parts of the debugging code
+HALFOPS_DESC= Enable halfops on the server
OPENSSL_DESC= Enable openssl - allows use of CHALLENGE and encrypted links
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --enable-openssl=${OPENSSLBASE}
.endif
# User Configurable Variables
-# NICKLEN - Nick length. Default is 9. Must be consistant across the network.
+# NICKLEN - Nick length. Default is 9. Must be consistent across the network.
.if defined(NICKLEN)
CONFIGURE_ARGS+= --with-nicklen=${NICKLEN}