From 050a0e8a53d41d3b1db6e1409a03a7d17e5f0a5a Mon Sep 17 00:00:00 2001 From: rpe Date: Sun, 2 Jul 2017 11:52:44 +0000 Subject: [PATCH] NIFS is checked inside start_cgiinfo() already. No need to do this check twice. from Klemens Nanni --- distrib/miniroot/install.sub | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 745a1f1ac3d..c8ff2bf3091 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1016 2017/06/30 16:46:02 rpe Exp $ +# $OpenBSD: install.sub,v 1.1017 2017/07/02 11:52:44 rpe Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer @@ -2719,9 +2719,8 @@ do_install() { # Configure the network. donetconfig - # If there's network connectivity, fetch list of mirror servers and - # installer choices from previous runs. - ((NIFS)) && start_cgiinfo + # Fetch list of mirror servers and installer choices from previous runs. + start_cgiinfo echo -- 2.20.1