diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-19 05:47:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-19 05:47:48 +0000 |
commit | d6f21d042f94001ecd954580554d0adcbacd1649 (patch) | |
tree | 6e24e96e2e9ace23eb146de0c046d82ce613618a /sys/arch/i386 | |
parent | 268a29ccc7a2f091447c96a63f1049d7eb3fb87b (diff) |
label all interfaces we netboot from in group "netboot", in a MI fashion
ok miod
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c index 04374317e07..81106dced22 100644 --- a/sys/arch/i386/i386/autoconf.c +++ b/sys/arch/i386/i386/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.78 2007/12/27 18:04:27 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.79 2008/03/19 05:47:44 deraadt Exp $ */ /* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */ /*- @@ -204,7 +204,6 @@ diskconf(void) break; } if (ifp) { - if_addgroup(ifp, "pxeboot"); #if defined(NFSCLIENT) printf("PXE boot MAC address %s, interface %s\n", ether_sprintf(bios_bootmac->mac), ifp->if_xname); |