Start DNS server in IPV4 mode only
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 31 Jul 2013 02:34:54 +0000 (22:34 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 7 Aug 2013 17:50:13 +0000 (13:50 -0400)
TODO
stage3/bootscripts/named

diff --git a/TODO b/TODO
index fe2b302..d16e534 100644 (file)
--- 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
index 289215a..553e3ba 100755 (executable)
@@ -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()
 {