From 79a85ab8f5b95b2808bb7b50c2ecb315882cd154 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 16 Apr 2006 23:45:27 +0000 Subject: [PATCH] MFC 11474 kill slbd if there are no pools or virtual servers --- etc/inc/vslb.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc index b44fac1c06..dfd54f8d43 100644 --- a/etc/inc/vslb.inc +++ b/etc/inc/vslb.inc @@ -137,8 +137,9 @@ function slbd_configure() { /* startup slbd pointing it's config at /var/etc/slbd.conf with a polling interval of 5 seconds */ mwexec("/usr/local/sbin/slbd -c{$g['varetc_path']}/slbd.conf -r5000"); } else { + mwexec("/usr/bin/killall -9 slbd"); fclose($fd); } } -?> \ No newline at end of file +?>