summaryrefslogtreecommitdiff
path: root/sysutils/mbmon/files/mbmon.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mbmon/files/mbmon.sh.in')
-rw-r--r--sysutils/mbmon/files/mbmon.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/mbmon/files/mbmon.sh.in b/sysutils/mbmon/files/mbmon.sh.in
index c07f77d2cca9..dbd8190db89d 100644
--- a/sysutils/mbmon/files/mbmon.sh.in
+++ b/sysutils/mbmon/files/mbmon.sh.in
@@ -8,9 +8,10 @@
# BEFORE: securelevel
# KEYWORD: shutdown
-# Add the following line to /etc/rc.conf to enable the mbmon daemon:
+# Add the following lines to /etc/rc.conf to enable the mbmon daemon:
#
-# mbmon_enable="YES"
+# mbmon_enable="YES"
+# mbmon_flags="<set as needed>"
#
# See mbmon(1) for mbmon_flags
# Set mbmon_port to the TCP port to listen to, default is 12999
@@ -23,7 +24,6 @@ rcvar=`set_rcvar`
# read configuration and set defaults
load_rc_config "$name"
: ${mbmon_enable="NO"}
-: ${mbmon_flags=""}
: ${mbmon_port="12999"}
command="%%PREFIX%%/bin/${name}"