diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-14 21:04:12 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-14 21:04:12 +0100 |
commit | 27b1481c2bb1394613f25acdc29241fdff707efd (patch) | |
tree | d845f3daf0406f55f8cccc0d6d4e8ec2d25d0537 /main/dnsmasq | |
parent | 0e6ea7ecafddbbe62b6e2773eb7d434f9b222145 (diff) | |
download | aports-27b1481c2bb1394613f25acdc29241fdff707efd.tar.bz2 aports-27b1481c2bb1394613f25acdc29241fdff707efd.tar.xz |
Revert "main/dnsmasq: install trust-anchors.conf"
This reverts commit 6d270b6f0ac1f6cff19c94a359dc8e5798125682.
trust-anchors.conf is quite useless since we don't compile dnsmasq with
DNSSEC support. Mea culpa.
Diffstat (limited to 'main/dnsmasq')
-rw-r--r-- | main/dnsmasq/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/main/dnsmasq/APKBUILD b/main/dnsmasq/APKBUILD index 5db1374063..8b863d5587 100644 --- a/main/dnsmasq/APKBUILD +++ b/main/dnsmasq/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dnsmasq pkgver=2.76 -pkgrel=2 +pkgrel=1 pkgdesc="A lightweight DNS, DHCP, RA, TFTP and PXE server" url="http://www.thekelleys.org.uk/dnsmasq/" arch="all" @@ -41,10 +41,7 @@ package() { "$pkgdir"/etc/conf.d/$pkgname || return 1 install -m644 dnsmasq.conf.example "$pkgdir"/etc/dnsmasq.conf || return 1 - install -d -m755 "$pkgdir"/etc/dnsmasq.d || return 1 - - install -D -m644 trust-anchors.conf \ - "$pkgdir"/usr/share/$pkgname/trust-anchors.conf + install -d -m755 "$pkgdir"/etc/dnsmasq.d } md5sums="6610f8233ca89b15a1bb47c788ffb84f dnsmasq-2.76.tar.gz |