From c73704aa0bfb1fa8a9659797d528feb4f0892b4b Mon Sep 17 00:00:00 2001 From: Gabriel Vinicius Canzi Candido Date: Sun, 19 Mar 2023 13:54:11 -0300 Subject: [PATCH] bind-utils: move nsupdate from bind to bind-utils --- srcpkgs/bind/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template index 50700e0dfec9..54493e5d9cf9 100644 --- a/srcpkgs/bind/template +++ b/srcpkgs/bind/template @@ -1,7 +1,7 @@ # Template file for 'bind' pkgname=bind version=9.16.22 -revision=1 +revision=2 _fullver="${version}${_patchver:+-${_patchver}}" build_style=gnu-configure configure_args="--disable-static --enable-largefile --with-libtool @@ -54,7 +54,7 @@ bind-libs_package() { bind-utils_package() { short_desc+=" - DNS utils" pkg_install() { - for f in dig host nslookup; do + for f in dig host nslookup nsupdate; do vmove usr/bin/${f} vmove usr/share/man/man1/${f}.1 done