diff options
author | 2009-04-29 18:10:54 +0000 | |
---|---|---|
committer | 2009-04-29 18:10:54 +0000 | |
commit | 14384ad28784d0c348b13843cd2383aaa78ae298 (patch) | |
tree | 8eddeb4768bd6aae8f591f1a67beb78bbd72d7a6 | |
parent | If the machine has any wsdisplay devices at all, we probably want the (diff) | |
download | wireguard-openbsd-14384ad28784d0c348b13843cd2383aaa78ae298.tar.xz wireguard-openbsd-14384ad28784d0c348b13843cd2383aaa78ae298.zip |
no need for -g in ifconfig netboot group test; ok claudio
-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 a1b70beb101..d19c199dabe 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.494 2009/04/29 17:26:07 deraadt Exp $ +# $OpenBSD: install.sub,v 1.495 2009/04/29 18:10:54 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1409,7 +1409,7 @@ install_sets() { local _d=disk _locs="disk ftp http" [[ -n $CDDEVS ]] && { _locs="cd $_locs" ; _d=cd ; } - ifconfig -g netboot > /dev/null 2>&1 && _d=ftp + ifconfig netboot > /dev/null 2>&1 && _d=ftp [[ -x /sbin/mount_nfs ]] && _locs="$_locs nfs" [[ -n $MTDEVS && -x /bin/mt ]] && _locs="$_locs tape" |