summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/devices.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-05-24 20:01:33 +0000
committerjkh <jkh@FreeBSD.org>1998-05-24 20:01:33 +0000
commitb376a65a134f72b4e664c9a7a7aa15a4478e9027 (patch)
tree3e374201ecaa214378a238e86c8b270bfadfbcbf /usr.sbin/sysinstall/devices.c
parentb5fb0aed2787b1af5aabd2d3a684d1b464b873fa (diff)
downloadFreeBSD-src-b376a65a134f72b4e664c9a7a7aa15a4478e9027.zip
FreeBSD-src-b376a65a134f72b4e664c9a7a7aa15a4478e9027.tar.gz
Merge updates from 2.2
Diffstat (limited to 'usr.sbin/sysinstall/devices.c')
-rw-r--r--usr.sbin/sysinstall/devices.c3
1 files changed, 2 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud