diff options
author | feld <feld@FreeBSD.org> | 2015-02-27 02:11:38 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-02-27 02:11:38 +0800 |
commit | 74e2b6787fb8a849a913da99a28bf2db1fc154da (patch) | |
tree | 2c40e95101c84ffe2cc25750d582b6c358cc8bca /net-mgmt/xymon-client | |
parent | f7a6d5a15cf55d36484abc0a7097613ad57a11a9 (diff) | |
download | freebsd-ports-gnome-74e2b6787fb8a849a913da99a28bf2db1fc154da.tar.gz freebsd-ports-gnome-74e2b6787fb8a849a913da99a28bf2db1fc154da.tar.zst freebsd-ports-gnome-74e2b6787fb8a849a913da99a28bf2db1fc154da.zip |
The new stop_postcmd was too broad and could kill xymon-server if it was
running on the same host as xymon-client
Diffstat (limited to 'net-mgmt/xymon-client')
-rw-r--r-- | net-mgmt/xymon-client/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/xymon-client/files/xymon-client.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/xymon-client/Makefile b/net-mgmt/xymon-client/Makefile index 2900e8da3ca5..8a74b515c0c8 100644 --- a/net-mgmt/xymon-client/Makefile +++ b/net-mgmt/xymon-client/Makefile @@ -2,7 +2,7 @@ PORTNAME= xymon PORTVERSION= 4.3.18 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -client${PKGNAMESUFFIX2} diff --git a/net-mgmt/xymon-client/files/xymon-client.in b/net-mgmt/xymon-client/files/xymon-client.in index d1a675d09bc7..0b50dda99555 100644 --- a/net-mgmt/xymon-client/files/xymon-client.in +++ b/net-mgmt/xymon-client/files/xymon-client.in @@ -21,7 +21,7 @@ command=%%WWWDIR%%/client/bin/xymonlaunch command_args="--config=%%WWWDIR%%/client/etc/clientlaunch.cfg --log=%%WWWDIR%%/client/logs/clientlaunch.log --pidfile=${pidfile}" start_precmd=xymon_precmd # Clean up leftover children -stop_postcmd="pkill -U ${xymon_client_user}" +stop_postcmd="pkill -U ${xymon_client_user} vmstat" xymon_precmd() { |