Correction : local/network-configure
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 24 Oct 2016 08:46:35 +0000 (10:46 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 24 Oct 2016 08:46:35 +0000 (10:46 +0200)
etc/sv/unbound/local.sh
local/network-configure

index 319df49..866f665 100644 (file)
@@ -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
index 8a7e721..e349a7b 100755 (executable)
@@ -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}