nochmal eine kleine Anpassung damit die resolv.conf bei Benutzung von red auch wieder auf 127.0.0.1 steht falls man vorher mal green only hatte

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@582 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-05-26 10:26:04 +00:00
parent 6230f0da62
commit e2627c00f5

View File

@@ -63,6 +63,7 @@ case "${2}" in
boot_mesg "Registering DNS server..."
echo $DNS1 > /var/ipfire/red/dns1
echo $DNS2 > /var/ipfire/red/dns2
echo "nameserver 127.0.0.1" > /etc/resolv.conf
echo $ADDRESS > /var/ipfire/red/local-ipaddress
evaluate_retval
fi