summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-07-14 03:03:22 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-07-14 03:03:22 -0600
commit780e7dc58845ab40ab7119f7b3f3dc268d63f326 (patch)
tree490fe0880a60e27de85f7aaa46b8f5578f047c46 /etc
parent2635222d8c2b1b9a950a8e3b8bb9911e90e705da (diff)
downloadpfsense-780e7dc58845ab40ab7119f7b3f3dc268d63f326.zip
pfsense-780e7dc58845ab40ab7119f7b3f3dc268d63f326.tar.gz
Fix path for relayctl. Fixes #739
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vslb.inc4
1 files changed, 2 insertions, 2 deletions
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');
OpenPOWER on IntegriCloud