bind: switch to /usr.
This commit is contained in:
parent
c105b052f7
commit
ed6fe78492
|
@ -4,7 +4,7 @@ _distver=9.9.1
|
|||
_patchver=P1
|
||||
version="${_distver}.${_patchver}"
|
||||
wrksrc="bind-${_distver}-${_patchver}"
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-openssl --with-libxml2
|
||||
--enable-threads --enable-largefile --enable-ipv6 --with-libtool
|
||||
|
@ -14,7 +14,7 @@ short_desc="Berkeley Internet Name Domain server"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="http://www.isc.org/software/bind/"
|
||||
distfiles="http://ftp.isc.org/isc/bind9/${version}/bind-${_distver}-${_patchver}.tar.gz"
|
||||
distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
|
||||
checksum=2dc5886b3eb6768d312b43dbe1e23a5b67b4f4dcfa1a65b1017e7710bb764627
|
||||
long_desc="
|
||||
BIND is by far the most widely used DNS software on the Internet. It provides
|
||||
|
@ -35,7 +35,7 @@ named_homedir="/var/named"
|
|||
named_shell="/bin/false"
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/named.service 644 lib/systemd/system
|
||||
vinstall ${FILESDIR}/named.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/named.logrotate 600 etc/logrotate.d named
|
||||
vinstall ${FILESDIR}/named.conf 640 etc/named
|
||||
|
||||
|
|
Loading…
Reference in New Issue