From a5b417176a05c6f3f199a47333249453cb777746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Mon, 30 Oct 2023 10:12:02 +0100 Subject: [PATCH] /etc/default/bind9 has been renamed as /etc/default/named Since Bullseye (Debian 11) --- chroot-bind.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chroot-bind.sh b/chroot-bind.sh index 08c665e..5273e5a 100644 --- a/chroot-bind.sh +++ b/chroot-bind.sh @@ -7,8 +7,10 @@ # Exec this script after `(apt-get|aptitude|apt) install bind9` # and after *each* bind9 upgrade -# When the script is finished, ensure you have -# 'OPTIONS="-u bind -t /var/chroot-bind"' in /etc/default/bind9 +# When the script is finished, ensure you have (since Bullseye) +# 'OPTIONS="-u bind -t /var/chroot-bind"' in /etc/default/named +### or (until Buster) +### 'OPTIONS="-u bind -t /var/chroot-bind"' in /etc/default/bind9 # and /etc/init.d/bind9 (re)start # # for Jessie/systemd only: