mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/dnsmasq: start service after firewall
This commit is contained in:
parent
d9ff9a3888
commit
21e330c4c9
@ -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"
|
||||
|
||||
@ -8,7 +8,7 @@ opts="reload"
|
||||
depend() {
|
||||
provide dns
|
||||
need localmount net
|
||||
after bootmisc
|
||||
after bootmisc firewall
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user