aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-19 09:41:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-19 09:48:15 +0000
commit1d6326abef03f8686577541d1f113ad5d59bb193 (patch)
tree22808fdd172ec1ca9b8009d98bbfebd87c404d66 /main/freeswitch/freeswitch.initd
parent658b89b5f099904c8b01cc90a87279f76fbcc1e9 (diff)
downloadaports-1d6326abef03f8686577541d1f113ad5d59bb193.tar.bz2
aports-1d6326abef03f8686577541d1f113ad5d59bb193.tar.xz
main/freeswitch: replace opts in init.d script
ref #943
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 3fc9ee449a..c6ff357c6a 100755
--- a/main/freeswitch/freeswitch.initd
+++ b/main/freeswitch/freeswitch.initd
@@ -7,7 +7,7 @@ depend() {
need net
}
-opts="reload"
+extra_started_commands="reload"
pidfile=/var/run/freeswitch/freeswitch.pid
start() {