diff options
author | 2009-04-18 00:23:03 +0000 | |
---|---|---|
committer | 2009-04-18 00:23:03 +0000 | |
commit | 0ca98b1189e92683ca3b24080859ec7fb9a74c46 (patch) | |
tree | 369bb6cb2c10571bab6afc47357eed14f1472ac6 | |
parent | Always enable DNS in the installer, without asking, since everyone just (diff) | |
download | wireguard-openbsd-0ca98b1189e92683ca3b24080859ec7fb9a74c46.tar.xz wireguard-openbsd-0ca98b1189e92683ca3b24080859ec7fb9a74c46.zip |
If people want to edit their hosts file, they can do it in the next step
ok krw
-rw-r--r-- | distrib/miniroot/install.sub | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 0d950014487..10762f6c8f9 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.457 2009/04/18 00:21:01 deraadt Exp $ +# $OpenBSD: install.sub,v 1.458 2009/04/18 00:23:03 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2007 Todd Miller, Theo de Raadt, Ken Westerback @@ -1544,7 +1544,6 @@ donetconfig() { # Get/Confirm an IPv4 default route if an IPv4 address was configured. [[ -n $(ifconfig -a | sed -ne '/[ ]inet .* broadcast /p') ]] && v4_defroute - edit_tmp_file hosts manual_net_cfg } |