From 0f30c735772aaf4cf4931b4a4fdf6092b5e177f0 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 24 Oct 2016 10:46:35 +0200 Subject: [PATCH 1/1] =?utf8?q?Correction=C2=A0:=20=20=20=20=20=20=20=20=20?= =?utf8?q?local/network-configure?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/sv/unbound/local.sh | 5 ----- local/network-configure | 1 - 2 files changed, 6 deletions(-) diff --git a/etc/sv/unbound/local.sh b/etc/sv/unbound/local.sh index 319df49..866f665 100644 --- a/etc/sv/unbound/local.sh +++ b/etc/sv/unbound/local.sh @@ -1,11 +1,6 @@ sudo apt-get install unbound "$tool"/local/insserv-remove unbound -sudo install -m 644 -o root -g root /dev/stdin /etc/resolv.conf <<-EOF - search ${local_host#*.} - nameserver 127.0.0.1 - #nameserver ${local_host_nameserver} - EOF sudo install -m 440 -o unbound -g unbound \ "$tool"/etc/unbound/named.cache \ /etc/unbound/named.cache diff --git a/local/network-configure b/local/network-configure index 8a7e721..e349a7b 100755 --- a/local/network-configure +++ b/local/network-configure @@ -17,7 +17,6 @@ sudo install -m 644 -o root -g root /dev/stdin \ /etc/hosts sudo install -m 644 -o root -g root /dev/stdin \ /etc/resolv.conf <<-EOF - domain ${local_domainname} search ${local_host#*.} nameserver 127.0.0.1 #nameserver ${local_host_nameserver} -- 2.20.1