While doing it right for current configuration, fix the entry for rc.conf

adding the missing mandatory "inet6" keyword.

Sponsored by:	The FreeBSD Foundation
Sponsored by:	iXsystems
This commit is contained in:
Bjoern A. Zeeb 2011-05-30 08:40:59 +00:00
parent bcd91d25da
commit 2cdbac6cee

View File

@ -69,7 +69,7 @@ while : ; do
continue
fi
fi
echo ifconfig_${INTERFACE}_ipv6=\"accept_rtadv\" >> $BSDINSTALL_TMPETC/rc.conf.net
echo ifconfig_${INTERFACE}_ipv6=\"inet6 accept_rtadv\" >> $BSDINSTALL_TMPETC/rc.conf.net
exit 0
else
break