main/dnsmasq: start service after firewall

This commit is contained in:
Natanael Copa 2009-09-15 13:39:25 +00:00
parent d9ff9a3888
commit 21e330c4c9
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dnsmasq
pkgver=2.50
pkgrel=0
pkgrel=1
pkgdesc="Small forwarding DNS server"
url="http://www.thekelleys.org.uk/dnsmasq/"
license="GPL-2"
@ -33,5 +33,5 @@ build() {
install dnsmasq.conf.example "$pkgdir"/etc/dnsmasq.conf
}
md5sums="f7b1e17c590e493039537434c57c9de7 dnsmasq-2.50.tar.gz
fbea3f4a794a6a00cc6fe79c6d44606a dnsmasq.initd
db46459322a0c7d9ce4f68251fd265c4 dnsmasq.initd
5990c2d2cb92209feacf8f3a5a7d0831 dnsmasq.confd"

View File

@ -8,7 +8,7 @@ opts="reload"
depend() {
provide dns
need localmount net
after bootmisc
after bootmisc firewall
}
start() {