/^OpenBSD /, not /^Copyright / (the latter doesn't show up in dmesg).
-# $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.
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
-# $OpenBSD: install.md,v 1.31 2000/03/11 02:29:03 deraadt Exp $
+# $OpenBSD: install.md,v 1.32 2000/04/24 16:33:44 millert Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
md_get_msgbuf() {
# Only want to see one boot's worth of info
sed -n -f /dev/stdin $MSGBUF <<- OOF
- /^Copyright (c)/h
- /^Copyright (c)/!H
+ /^OpenBSD /h
+ /^OpenBSD /!H
\${
g
p