summaryrefslogtreecommitdiff
path: root/distrib/pmax
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/pmax
parentdb5ffb6c72e5da2df4be7190d6f60986dd63d33c (diff)
kill md_get_ifdevs, miniroot/install.sub uses mi version now
Diffstat (limited to 'distrib/pmax')
-rw-r--r--distrib/pmax/install.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/distrib/pmax/install.md b/distrib/pmax/install.md
index 184fc970b40..2ab6017f5a1 100644
--- a/distrib/pmax/install.md
+++ b/distrib/pmax/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.8 1998/05/12 16:29:39 millert Exp $
+# $OpenBSD: install.md,v 1.9 1998/09/11 22:55:44 millert Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -115,11 +115,6 @@ md_get_cddevs() {
grep "^rz[0-6] " < /kern/msgbuf | cut -d" " -f1 | sort -u
}
-md_get_ifdevs() {
- # return available network devices
- grep "^le[0-9] " < /kern/msgbuf | cut -d" " -f1 | sort -u
-}
-
md_get_partition_range() {
# return range of valid partition letters
echo "[a-p]"