From ebec46670cf3bae632bdcaa8782618d31cc518cf Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sat, 25 May 2013 16:41:29 +0200 Subject: [PATCH] Correction : nsd3 : ne perd pas les configurations des zones. --- etc/sv/nsd3/local.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/sv/nsd3/local.sh b/etc/sv/nsd3/local.sh index 81028b9..14f7633 100644 --- a/etc/sv/nsd3/local.sh +++ b/etc/sv/nsd3/local.sh @@ -12,7 +12,6 @@ sudo install -d -m 750 -o root -g nsd \ cat "$tool"/etc/nsd3/nsd.conf for zone in $(find "$tool"/etc/nsd3/zone.d \ -mindepth 1 -maxdepth 1 -type f \ - -false ${@:+$(printf -- '-or -name %s.conf\n' "$@")} \ -printf '%f\n') do zone=${zone%.conf} if test -e "$tool"/etc/nsd3/zone.d/"$zone".zone.m4 -- 2.20.1