diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-24 16:33:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-24 16:33:45 +0000 |
commit | c92e501ba983934d480dc9d12f20b8bdaf2c7baa (patch) | |
tree | b130dfc8c71f5e5080b2f2c58bbddb14693ad110 /distrib/alpha | |
parent | 5e51e2cdd4ae05858c06f823b99534cf04f098d5 (diff) |
Treat the beginning of the current dmesg output as starting at
/^OpenBSD /, not /^Copyright / (the latter doesn't show up in dmesg).
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index 9776ccca9dc..1d91862df9c 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.33 1999/09/03 18:55:21 deraadt Exp $ +# $OpenBSD: install.md,v 1.34 2000/04/24 16:33:44 millert Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -60,8 +60,8 @@ md_set_term() { md_get_msgbuf() { # Only want to see one boot's worth of info sed -n -f /dev/stdin /kern/msgbuf <<- OOF - /^Copyright (c)/h - /^Copyright (c)/!H + /^OpenBSD /h + /^OpenBSD /!H \${ g p |