From 97684a2a907a9041eb867fe9d2a4063d12989851 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 26 Feb 2015 18:11:38 +0000 Subject: The new stop_postcmd was too broad and could kill xymon-server if it was running on the same host as xymon-client --- net-mgmt/xymon-client/Makefile | 2 +- net-mgmt/xymon-client/files/xymon-client.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-mgmt/xymon-client') 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() { -- cgit v1.2.3