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
8a784303
Commit
8a784303
authored
Sep 16, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/testing/kamailio: start service after firewall
parent
68eb006c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
testing/kamailio/APKBUILD
testing/kamailio/APKBUILD
+2
-2
testing/kamailio/kamailio.initd
testing/kamailio/kamailio.initd
+1
-0
No files found.
testing/kamailio/APKBUILD
View file @
8a784303
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
kamailio
pkgver
=
1.5.2
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Open Source SIP Server"
url
=
"http://www.kamailio.org/"
pkgusers
=
"kamailio"
...
...
@@ -96,6 +96,6 @@ presence() {
}
md5sums
=
"6c6f4ed6fbcb4d008b8ac3de5b99ce99 kamailio-1.5.2-notls_src.tar.gz
84f3c403b65a8fca9df4b71f51224e21
kamailio.initd
c098f34b3e3ad704b18d4b2c6da6488b
kamailio.initd
c646af2dd31f5c4289a2f802c873d98f kamailio.pre-install
3fbaf633ff1620d0d526fc4047c7bed9 kamailio.post-install"
testing/kamailio/kamailio.initd
View file @
8a784303
...
...
@@ -5,6 +5,7 @@ pidfile=/var/run/kamailio/kamailio.pid
depend() {
need net
after firewall
}
start() {
...
...
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