mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/bind: remove /var/log/named
not used by default configuration
This commit is contained in:
parent
7f599c2b5a
commit
13d11a508c
@ -6,7 +6,7 @@ pkgver=9.10.3_p3
|
||||
_ver=${pkgver%_p*}
|
||||
_p=${pkgver#*_p}
|
||||
[ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p"
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="The ISC DNS server"
|
||||
url="http://www.isc.org"
|
||||
arch="all"
|
||||
@ -78,7 +78,6 @@ package() {
|
||||
"$pkgdir"/var/bind/sec \
|
||||
"$pkgdir"/var/bind/dyn \
|
||||
"$pkgdir"/var/run/named \
|
||||
"$pkgdir"/var/log/named \
|
||||
|| return 1
|
||||
|
||||
install -d -m0750 -g named -o root "$pkgdir"/etc/bind \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user