From 780e7dc58845ab40ab7119f7b3f3dc268d63f326 Mon Sep 17 00:00:00 2001 From: Erik Fonnesbeck Date: Wed, 14 Jul 2010 03:03:22 -0600 Subject: Fix path for relayctl. Fixes #739 --- etc/inc/vslb.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/inc/vslb.inc') diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc index dcf30cf..3985337 100644 --- a/etc/inc/vslb.inc +++ b/etc/inc/vslb.inc @@ -263,13 +263,13 @@ function relayd_configure() { if (is_process_running('relayd')) { if (! empty($vs_a)) { // it's running and there is a config, just reload - mwexec("/usr/local/bin/relayctl reload"); + mwexec("/usr/local/sbin/relayctl reload"); } else { /* * XXX: Something breaks our control connection with relayd * and makes 'relayctl stop' not work * rule reloads are the current suspect - * mwexec('/usr/local/bin/relayctl stop'); + * mwexec('/usr/local/sbin/relayctl stop'); * returns "command failed" */ mwexec('pkill relayd'); -- cgit v1.1