summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/disks.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-12-11 16:32:33 +0000
committerjkh <jkh@FreeBSD.org>1995-12-11 16:32:33 +0000
commitc4908135ec2f4b5cbe7350045a6a125222097c42 (patch)
tree1c0c12a51869dad04e62be3f5457ada5ebb21512 /usr.sbin/sysinstall/disks.c
parentc8faa6306816ff0579d5da9a21765cb2050a6b32 (diff)
downloadFreeBSD-src-c4908135ec2f4b5cbe7350045a6a125222097c42.zip
FreeBSD-src-c4908135ec2f4b5cbe7350045a6a125222097c42.tar.gz
Bring my changes forward from 2.1
Diffstat (limited to 'usr.sbin/sysinstall/disks.c')
-rw-r--r--usr.sbin/sysinstall/disks.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c
index fb29202..0f9bf5b 100644
--- a/usr.sbin/sysinstall/disks.c
+++ b/usr.sbin/sysinstall/disks.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: disks.c,v 1.32 1995/09/18 16:52:23 peter Exp $
+ * $Id: disks.c,v 1.33 1995/12/07 10:33:39 peter Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -520,10 +520,6 @@ partitionHook(char *str)
msgConfirm("Unable to find disk %s!", str);
return 0;
}
- else if (devs[1]) {
- dialog_clear();
- msgConfirm("Bizarre multiple match for %s!", str);
- }
devs[0]->enabled = TRUE;
diskPartition(devs[0], (Disk *)devs[0]->private);
str = cp;
OpenPOWER on IntegriCloud