pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nsca-ng/files nsca-ng: cvs add files/ contents.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1015ae432b2d
branches: trunk
changeset: 347511:1015ae432b2d
user: maya <maya%pkgsrc.org@localhost>
date: Sun Jan 12 21:53:22 2020 +0000
description:
nsca-ng: cvs add files/ contents.
Thanks joerg for the heads up.
diffstat:
net/nsca-ng/files/nsca-ng-server.sh | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r e212f6fca90a -r 1015ae432b2d net/nsca-ng/files/nsca-ng-server.sh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nsca-ng/files/nsca-ng-server.sh Sun Jan 12 21:53:22 2020 +0000
@@ -0,0 +1,16 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: nsca-ng-server.sh,v 1.1 2020/01/12 21:53:22 maya Exp $
+#
+# PROVIDE: nsca_ng_server
+# REQUIRE: DAEMON
+
+. /etc/rc.subr
+
+name="nsca_ng_server"
+rcvar=$name
+command="@PREFIX@/sbin/nsca-ng"
+required_files="@PKG_SYSCONFDIR@/nsca-ng.cfg"
+
+load_rc_config $name
+run_rc_command "$1"
Home |
Main Index |
Thread Index |
Old Index