Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
52520298
Commit
52520298
authored
Sep 16, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/testing/asterisk: start service after firewall
parent
09fc811e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
testing/asterisk/APKBUILD
testing/asterisk/APKBUILD
+2
-6
testing/asterisk/asterisk.initd
testing/asterisk/asterisk.initd
+1
-0
No files found.
testing/asterisk/APKBUILD
View file @
52520298
...
...
@@ -3,7 +3,7 @@
pkgname
=
asterisk
pkgver
=
1.6.3.0_pre20090623
_basever
=
1.6.2.0-beta3
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Asterisk: A Module Open Source PBX System"
url
=
"http://www.asterisk.org/"
license
=
"GPL"
...
...
@@ -22,8 +22,6 @@ source="http://downloads.digium.com/pub/asterisk/releases/$pkgname-$_basever.tar
asterisk-05-1.6.1-glob-uclibc.patch
asterisk-06-overlapped-enum.patch
asterisk-07-issue14068.patch
asterisk.pre-install
asterisk.post-install
asterisk.initd
asterisk.confd"
...
...
@@ -100,7 +98,5 @@ b00c9d98ce2ad445501248a197c6e436 asterisk-02-uclibc-daemon.patch
c37928e95ebef36aad097accfdbbfcb8 asterisk-05-1.6.1-glob-uclibc.patch
1b49f980e56dc7ce493a046eadff3545 asterisk-06-overlapped-enum.patch
cc6a11b73f3ba7e98a621540c8e71542 asterisk-07-issue14068.patch
b4a97cb1ec3cc3f71a10ce8c067ab430 asterisk.pre-install
62ecffc90b6714b85f377d1fac73c58b asterisk.post-install
c618b7fdf4a9edf4cde6d8ccd1e32ee6 asterisk.initd
0ce3219e05f55af884a7dc6b99c2b276 asterisk.initd
ed31d7ba37bcf8b0346dcf8593c395f0 asterisk.confd"
testing/asterisk/asterisk.initd
View file @
52520298
...
...
@@ -4,6 +4,7 @@ opts="${opts} forcestop reload"
depend() {
need net
after firewall
use nscd dns zaptel mysql postgresql slapd capi
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment