Skip to content
Snippets Groups Projects
Commit 2e5ea8bd authored by Timo Teräs's avatar Timo Teräs
Browse files

main/asterisk: replace opts in init.d script

fixes #947
parent 261c8e07
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Timo Teras <timo.teras@iki.fi> # Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname=asterisk pkgname=asterisk
pkgver=10.0.0 pkgver=10.0.0
pkgrel=4 pkgrel=5
pkgdesc="Asterisk: A Module Open Source PBX System" pkgdesc="Asterisk: A Module Open Source PBX System"
url="http://www.asterisk.org/" url="http://www.asterisk.org/"
arch="all" arch="all"
...@@ -177,6 +177,6 @@ da5a3c500192dee4275aae5235d25f97 ASTERISK-18976.patch ...@@ -177,6 +177,6 @@ da5a3c500192dee4275aae5235d25f97 ASTERISK-18976.patch
bc6713f5434e07b79d3afdd155461d72 ASTERISK-18995.patch bc6713f5434e07b79d3afdd155461d72 ASTERISK-18995.patch
fee11ba2f6518462ea6dde4039f9d8fa ASTERISK-19106.patch fee11ba2f6518462ea6dde4039f9d8fa ASTERISK-19106.patch
a59d61843a44d5a72da401218dcf6588 ASTERISK-19109.patch a59d61843a44d5a72da401218dcf6588 ASTERISK-19109.patch
86c7589e906102869d67f7f8bc82ca4b asterisk.initd 74cd25a5638a94ef51e9f4ede2fd28f2 asterisk.initd
ed31d7ba37bcf8b0346dcf8593c395f0 asterisk.confd ed31d7ba37bcf8b0346dcf8593c395f0 asterisk.confd
3e65172275684373e1a25c8a11224411 asterisk.logrotate" 3e65172275684373e1a25c8a11224411 asterisk.logrotate"
#!/sbin/runscript #!/sbin/runscript
opts="${opts} forcestop reload" extra_started_commands="forcestop reload"
depend() { depend() {
need net need net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment