diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-30 13:42:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-09-30 13:44:37 +0000 |
commit | 54d0004b9355ac4d464880bf81a552334bb38026 (patch) | |
tree | 1dd27c3c6554f09557cdb6561016fe2b2f7bf20b /main/freeswitch/freeswitch.initd | |
parent | 4ce598e0e91cf9ecb264d0ea5522f4078f23caaf (diff) | |
download | aports-54d0004b9355ac4d464880bf81a552334bb38026.tar.bz2 aports-54d0004b9355ac4d464880bf81a552334bb38026.tar.xz |
main/freeswitch: move scripts dir to /etc/freeswitch/
sneak in a gcc-4.5 build fix too...
fixes #430
Diffstat (limited to 'main/freeswitch/freeswitch.initd')
-rwxr-xr-x | main/freeswitch/freeswitch.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.initd b/main/freeswitch/freeswitch.initd index 91df7e2acf..3fc9ee449a 100755 --- a/main/freeswitch/freeswitch.initd +++ b/main/freeswitch/freeswitch.initd @@ -29,7 +29,7 @@ start() { -nc -conf /etc/freeswitch -log /var/log/freeswitch \ -run /var/run/freeswitch -db /var/lib/freeswitch/db \ -htdocs /usr/share/freeswitch/htdocs \ - -scripts /usr/share/freeswitch/scripts ${OPTS} + -scripts /etc/freeswitch/scripts ${OPTS} eend $? } |