aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_config.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-08-25 15:52:05 -0600
committermcrane <mctch@yahoo.com>2009-08-25 15:53:23 -0600
commitf4da69b1577aab50790745a7b82fa373c6fcaeed (patch)
tree0fbb290b1942c4716059e0e75cb013257e59c64b /config/freeswitch_dev/v_config.inc
parentc3592111b51ff3ff2a7167aca714af36b1d50fab (diff)
downloadpfsense-packages-f4da69b1577aab50790745a7b82fa373c6fcaeed.tar.gz
pfsense-packages-f4da69b1577aab50790745a7b82fa373c6fcaeed.tar.bz2
pfsense-packages-f4da69b1577aab50790745a7b82fa373c6fcaeed.zip
TFTP package fix uninstall error. And fix installation on pfsense 2.0.
Diffstat (limited to 'config/freeswitch_dev/v_config.inc')
-rw-r--r--config/freeswitch_dev/v_config.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc
index a3573ba9..3b3e093c 100644
--- a/config/freeswitch_dev/v_config.inc
+++ b/config/freeswitch_dev/v_config.inc
@@ -3907,8 +3907,8 @@ function v_install_phase_1()
write_rcfile(array(
"file" => $v_name.".sh",
- "start" => $v_dir."/bin/./freeswitch -nc",
- "stop" => $v_dir."/bin/./freeswitch -stop"
+ "start" => $v_dir."/bin/./".$v_name." -nc",
+ "stop" => $v_dir."/bin/./".$v_name." -stop"
)
);