inconsistancy between configured and unconfigured interfaces.
Requested by deraadt@
-# $OpenBSD: install.sub,v 1.769 2014/05/04 10:47:25 krw Exp $
+# $OpenBSD: install.sub,v 1.770 2014/05/04 13:08:39 krw Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
# All rights reserved.
ask_until "$_prompt" "${_addr:-none}"
case $resp in
- none) echo "-inet6" >>$_hn
- return
+ none) return
;;
rtsol) [[ ! -x /sbin/rtsol ]] && { echo "No /sbin/rtsol."; return; }
ifconfig $_ifs up