diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 08:50:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 08:50:06 +0000 |
commit | 3ae0a67fc99d76a02b779427503e5446cd8099df (patch) | |
tree | ed3a51a8f0d7edc03a09f046cc3bec064e23522c /testing/opensips | |
parent | 6611b8cde35d92cd8f7cef5cfeadc4c5b57a446d (diff) | |
download | aports-3ae0a67fc99d76a02b779427503e5446cd8099df.tar.bz2 aports-3ae0a67fc99d76a02b779427503e5446cd8099df.tar.xz |
main/testing/opensips: start service after firewall
Diffstat (limited to 'testing/opensips')
-rw-r--r-- | testing/opensips/APKBUILD | 4 | ||||
-rw-r--r-- | testing/opensips/opensips.initd | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/testing/opensips/APKBUILD b/testing/opensips/APKBUILD index ab98d4ba6..d54b3dec2 100644 --- a/testing/opensips/APKBUILD +++ b/testing/opensips/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=opensips pkgver=1.5.0 -pkgrel=3 +pkgrel=4 pkgdesc="Flexible and customizable sip routing engine" url="http://www.opensips.org/" license="GPL" @@ -34,4 +34,4 @@ build() { md5sums="ba99592a6e42e8b4dc2d38964420dfec opensips-1.5.0-notls_src.tar.gz 3a8a5d3c4c23ce9f2fc60b449ad61820 opensips.pre-install d9b551148d2b60466c05b4295b935091 opensips.post-install -6606574b4872cbc5114e490f962ca096 opensips.initd" +7fb51d35517f7f10cfe6e89139f7060a opensips.initd" diff --git a/testing/opensips/opensips.initd b/testing/opensips/opensips.initd index 5805908f0..09c03fd5d 100644 --- a/testing/opensips/opensips.initd +++ b/testing/opensips/opensips.initd @@ -5,6 +5,7 @@ pidfile=/var/run/opensips/opensips.pid depend() { need net + after firewall } start() { |