summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/nsca/Makefile2
-rw-r--r--net-mgmt/nsca/files/nsca.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/nsca/Makefile b/net-mgmt/nsca/Makefile
index 7a7bc73b762c..e058923f7c2b 100644
--- a/net-mgmt/nsca/Makefile
+++ b/net-mgmt/nsca/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nsca
PORTVERSION= 2.7.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-mgmt
MASTER_SITES= SF/nagios/nsca-2.x/nsca-${PORTVERSION}
diff --git a/net-mgmt/nsca/files/nsca.in b/net-mgmt/nsca/files/nsca.in
index c616e04ecde5..3d62bdd95ad2 100644
--- a/net-mgmt/nsca/files/nsca.in
+++ b/net-mgmt/nsca/files/nsca.in
@@ -8,7 +8,7 @@
# Add the following lines to /etc/rc.conf to enable nsca:
# nsca_enable (bool): Set to "NO" by default.
# Set it to "YES" to enable nsca.
-# nsca_flags (str): Set to "--single" by default.
+# nsca_flags (str): Set to "--daemon" by default.
# nsca_configfile (str): Set to "%%PREFIX%%/etc/nagios/nsca.cfg" by default.
#
@@ -22,7 +22,7 @@ pidfile="/var/run/nsca.pid"
extra_commands=reload
nsca_enable=${nsca_enable:-"NO"}
-nsca_flags=${nsca_flags:-"--single"}
+nsca_flags=${nsca_flags:-"--daemon"}
nsca_configfile=${nsca_configfile:-"%%PREFIX%%/etc/nagios/nsca.cfg"}
load_rc_config "${name}"