# HG changeset patch # User Stanislas Leduc # Date 1745914098 0 # Node ID 56adf07ffedc1c71ecefdaa47f4027f5802c0f2d # Parent 617c514b217b7ecec7ae8f25300813db2639b00a Fix bind init, rndc-confgen -r option is deprecated diff -r 617c514b217b -r 56adf07ffedc bind/stuff/etc/init.d/named --- a/bind/stuff/etc/init.d/named Sat Apr 26 17:25:49 2025 +0000 +++ b/bind/stuff/etc/init.d/named Tue Apr 29 08:08:18 2025 +0000 @@ -14,7 +14,7 @@ OPTIONS=$NAMED_OPTIONS PIDFILE=/var/run/named.pid #[ -n "$OPTIONS" ] || OPTIONS="-u nobody" -[ -f /etc/bind/rndc.key ] || rndc-confgen -r /dev/urandom -a +[ -f /etc/bind/rndc.key ] || rndc-confgen -b 512 -a case "$1" in start)