summaryrefslogtreecommitdiff
path: root/distrib/sun3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-09-11 22:55:47 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-09-11 22:55:47 +0000
commit905786119ba5116c9568dbb26deeac7f94956327 (patch)
tree70713a94d02dd8ba554f1d9e5726536bec720d89 /distrib/sun3
parentdb5ffb6c72e5da2df4be7190d6f60986dd63d33c (diff)
kill md_get_ifdevs, miniroot/install.sub uses mi version now
Diffstat (limited to 'distrib/sun3')
-rw-r--r--distrib/sun3/ramdisk/install.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/distrib/sun3/ramdisk/install.md b/distrib/sun3/ramdisk/install.md
index 9e2ddecd7f5..2d6fcb47314 100644
--- a/distrib/sun3/ramdisk/install.md
+++ b/distrib/sun3/ramdisk/install.md
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $OpenBSD: install.md,v 1.1 1998/08/23 18:09:05 kstailey Exp $
+# $OpenBSD: install.md,v 1.2 1998/09/11 22:55:44 millert Exp $
# $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -121,11 +121,6 @@ md_get_cddevs() {
egrep "sd[0-9]*:.*CD-ROM" < /kern/msgbuf | cut -d":" -f1 | sort -u
}
-md_get_ifdevs() {
- # return available network interfaces
- egrep "^[il]e[0-9]*:" < /kern/msgbuf | cut -d":" -f1 | sort -u
-}
-
md_get_partition_range() {
# return range of valid partition letters
echo "[a-p]"