diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:42:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:42:27 +0000 |
commit | d6f8da4382a47a57a61b3cb6d0dd23c4a1e1ce58 (patch) | |
tree | 14ab1ed30fa7e101e11c9e0ea49b73f04ad482bf /debian/dnsutils.postinst | |
parent | Using update-alternatives to handle /usr/bin/dig. (diff) | |
download | bind9-d6f8da4382a47a57a61b3cb6d0dd23c4a1e1ce58.tar.xz bind9-d6f8da4382a47a57a61b3cb6d0dd23c4a1e1ce58.zip |
Using update-alternatives to handle /usr/bin/nsupdate.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dnsutils.postinst')
-rw-r--r-- | debian/dnsutils.postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/dnsutils.postinst b/debian/dnsutils.postinst index a4df644..be356d2 100644 --- a/debian/dnsutils.postinst +++ b/debian/dnsutils.postinst @@ -8,6 +8,11 @@ case "${1}" in update-alternatives --quiet \ --install /usr/bin/dig dig /usr/bin/dig.bind9 20 \ --slave /usr/share/man/man1/dig.1.gz dig.1.gz /usr/share/man/man1/dig.bind9.1.gz + + # update-alternatives: nsupdate + update-alternatives --quiet \ + --install /usr/bin/nsupdate nsupdate /usr/bin/nsupdate.bind9 20 \ + --slave /usr/share/man/man1/nsupdate.1.gz nsupdate.1.gz /usr/share/man/man1/nsupdate.bind9.1.gz ;; abort-upgrade|abort-remove|abort-deconfigure) |