diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-30 17:16:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-30 17:16:11 +0000 |
commit | 98b5f6c1cc413fadc6888f174041a161868d9a19 (patch) | |
tree | 5f20e5e7955a7fb76e06e30f88d4a3491297f881 /distrib/pmax/ramdisk | |
parent | 612e099e18930e8703e4285c21d44630283bc080 (diff) |
acd went away
Diffstat (limited to 'distrib/pmax/ramdisk')
-rw-r--r-- | distrib/pmax/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/pmax/ramdisk/install.md b/distrib/pmax/ramdisk/install.md index c6ba270a7ce..a772467d569 100644 --- a/distrib/pmax/ramdisk/install.md +++ b/distrib/pmax/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.3 1999/04/01 21:30:44 deraadt Exp $ +# $OpenBSD: install.md,v 1.4 1999/07/30 17:16:09 deraadt Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -81,7 +81,7 @@ md_get_diskdevs() { md_get_cddevs() { # XXX - how do we detect a CDROM (need to hook one up and see) - #md_get_msgbuf | egrep "^a?cd[0-9]+ " | cutword 1 + #md_get_msgbuf | egrep "^cd[0-9]+ " | cutword 1 echo "" } |