summaryrefslogtreecommitdiffstats
path: root/main/freeswitch
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
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')
-rw-r--r--main/freeswitch/APKBUILD4
-rwxr-xr-xmain/freeswitch/freeswitch.initd2
2 files changed, 3 insertions, 3 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD
index 378316943..591a42d81 100644
--- a/main/freeswitch/APKBUILD
+++ b/main/freeswitch/APKBUILD
@@ -4,7 +4,7 @@ pkgname=freeswitch
pkgver=1.0.7_p20110602
_ver=${pkgver%_p*}
_snapshot=${pkgver#*_p}
-pkgrel=6
+pkgrel=7
pkgdesc="A communications platform written in C from the ground up"
url="http://www.freeswitch.org"
arch="all"
@@ -160,4 +160,4 @@ md5sums="813edb2192d1cc0fe224d9ef0492de4f freeswitch-1.0.7_p20110602.tar.gz
74c3cdd3ce8474e8d084f475fa4f92c1 0003-mod_conference_no_hangup.patch
94516a9473e2283ab201f38cb2756741 modules.conf
c608cca8ad773acebf201f581438c7e7 freeswitch.confd
-aa358c9ca0d8b93fabb6a36a5ed4c469 freeswitch.initd"
+51e0c45ae07a675f6008f95b1ab8f18e freeswitch.initd"
diff --git a/main/freeswitch/freeswitch.initd b/main/freeswitch/freeswitch.initd
index 3fc9ee449..c6ff357c6 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() {