From b376a65a134f72b4e664c9a7a7aa15a4478e9027 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 24 May 1998 20:01:33 +0000 Subject: Merge updates from 2.2 --- usr.sbin/sysinstall/devices.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/devices.c') diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index bec3e65..bf4fe24 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.76 1998/05/11 00:45:06 jkh Exp $ + * $Id: devices.c,v 1.77 1998/05/11 00:47:27 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -201,6 +201,7 @@ deviceGetAll(void) char buffer[INTERFACE_MAX * sizeof(struct ifreq)]; char **names; + msgNotify("Probing devices, please wait (this can take awhile)..."); /* First go for the network interfaces. Stolen shamelessly from ifconfig! */ ifc.ifc_len = sizeof(buffer); ifc.ifc_buf = buffer; -- cgit v1.1