aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/xymon-client
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2014-02-27 02:36:36 +0800
committerfeld <feld@FreeBSD.org>2014-02-27 02:36:36 +0800
commitf8c575b999916578fef923f4816882f4ea52fa2e (patch)
tree8062c545f95d901d9a92f9d5eec7f0acde3fa678 /net-mgmt/xymon-client
parentb79081e0e715ed0410a951803a60134aafbba193 (diff)
downloadfreebsd-ports-gnome-f8c575b999916578fef923f4816882f4ea52fa2e.tar.gz
freebsd-ports-gnome-f8c575b999916578fef923f4816882f4ea52fa2e.tar.zst
freebsd-ports-gnome-f8c575b999916578fef923f4816882f4ea52fa2e.zip
Add missing shutdown KEYWORD
Appease rclint Not bumping PORTREVISION; this is a no-op Sponsored by: SupraNet Communications, Inc
Diffstat (limited to 'net-mgmt/xymon-client')
-rw-r--r--net-mgmt/xymon-client/files/xymon-client.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/xymon-client/files/xymon-client.in b/net-mgmt/xymon-client/files/xymon-client.in
index 36cc378aca5c..a186bd5dface 100644
--- a/net-mgmt/xymon-client/files/xymon-client.in
+++ b/net-mgmt/xymon-client/files/xymon-client.in
@@ -5,14 +5,15 @@
# PROVIDE: xymon_client
# REQUIRE: DAEMON
+# KEYWORD: shutdown
. /etc/rc.subr
-name="xymon_client"
-rcvar="xymon_client_enable"
+name=xymon_client
+rcvar=xymon_client_enable
load_rc_config "$name"
-: ${xymon_client_enable:="NO"}
+: ${xymon_client_enable:=NO}
command="%%PREFIX%%/www/xymon/client/runclient.sh"
start_cmd="%%PREFIX%%/www/xymon/client/runclient.sh ${xymon_client_flags} start"