diff options
author | 2014-04-16 13:12:22 +0000 | |
---|---|---|
committer | 2014-04-16 13:12:22 +0000 | |
commit | 0b8204bcd2b71044fe5d2e07bda0a54683690097 (patch) | |
tree | d84b027329db80aaace56cf78f14e0758b60f472 | |
parent | Merge in_fixaddr() into in_selectsrc() in order to prepare for (diff) | |
download | wireguard-openbsd-0b8204bcd2b71044fe5d2e07bda0a54683690097.tar.xz wireguard-openbsd-0b8204bcd2b71044fe5d2e07bda0a54683690097.zip |
Tweak network interface configuration so that after 1st attempted
(rather than first successfull) configuration, the default selection
becomes [done]. This allows one to <cr> past network configuration.
e.g. when dhcp is not working.
Requested by deraadt@. ok halex@.
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 98f69aa81c2..fa3e8fec5fe 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.758 2014/04/04 19:44:02 krw Exp $ +# $OpenBSD: install.sub,v 1.759 2014/04/16 13:12:22 krw Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback # All rights reserved. @@ -741,8 +741,8 @@ configure_ifs() { chmod 640 $_hn ((NIFS++)) : ${_first:=$_ifs} - _p=done fi + _p=done done } |