[net-dns/bind] bump from gentoo pr

This commit is contained in:
2022-11-28 13:35:22 +01:00
parent eb8c372ed9
commit c5df2b4b6e
19 changed files with 674 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [ ! -s /etc/bind/rndc.key ]; then
/usr/sbin/rndc-confgen -a > /dev/null 2>&1 || exit 1
chmod 640 /etc/bind/rndc.key
chown root.named /etc/bind/rndc.key
fi