diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-18 00:23:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-18 00:23:04 +0000 |
commit | 2b7c7a4ecd3fcc70bf408f26d707ddef53722f69 (patch) | |
tree | 14ab8073b7e6df58fad044848600e2f8c115f469 /distrib | |
parent | 69bb4bb168d4fd780019e6807b0887c45b3a79ea (diff) |
If people want to edit their hosts file, they can do it in the next step
ok krw
Diffstat (limited to 'distrib')
-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 } |