From: Hugo Villeneuve Date: Wed, 31 Jul 2013 02:34:54 +0000 (-0400) Subject: Start DNS server in IPV4 mode only X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=b5e300733853c6b6d6524c1fe25adfc67275b6a2;p=hvlinux.git Start DNS server in IPV4 mode only --- diff --git a/TODO b/TODO index fe2b302..d16e534 100644 --- a/TODO +++ b/TODO @@ -44,8 +44,6 @@ -stageX-install: si un package n'est pas disponible, le downloader automatiquement? --BIND: run in IPV4 mode only (option "-4") - Mounting network volumes: check if networking is up. Octave: install gnuplot diff --git a/stage3/bootscripts/named b/stage3/bootscripts/named index 289215a..553e3ba 100755 --- a/stage3/bootscripts/named +++ b/stage3/bootscripts/named @@ -10,7 +10,7 @@ log_script_name "$0 $*" DAEMON=/usr/sbin/named DAEMON_DESC="BIND server" -DAEMON_OPTS="-u named -t /srv/named -c /etc/named.conf" +DAEMON_OPTS="-4 -u named -t /srv/named -c /etc/named.conf" init_resolver() {