aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-20 12:40:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-20 12:41:28 +0000
commit80734b62bb8c2c91f0f0c231f7124647b0481e54 (patch)
tree1117f7dedf62cfe62466713c23edb4bfee936b7c /main/freeswitch/freeswitch.initd
parentb4c069d9e89be7815b2a621b8c1f5bc26e6bb22a (diff)
downloadaports-80734b62bb8c2c91f0f0c231f7124647b0481e54.tar.bz2
aports-80734b62bb8c2c91f0f0c231f7124647b0481e54.tar.xz
main/freeswitch: fix init.d script
and build fix for portaudio and ccache ref #1172
Diffstat (limited to 'main/freeswitch/freeswitch.initd')
-rwxr-xr-xmain/freeswitch/freeswitch.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/freeswitch.initd b/main/freeswitch/freeswitch.initd
index ee07de5374..afeeb886ac 100755
--- a/main/freeswitch/freeswitch.initd
+++ b/main/freeswitch/freeswitch.initd
@@ -23,7 +23,7 @@ start() {
OPTS="${OPTS} ${FREESWITCH_OPTS}"
checkpath -q -d \
- -o ${FREESWITCH_USER:freeswitch}:${FREESWITCH_GROUP:-freeswitch}\
+ -o ${FREESWITCH_USER:-freeswitch}:${FREESWITCH_GROUP:-freeswitch}\
-m 0770 /var/run/freeswitch
ebegin "Starting Freeswitch"
limits