diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-25 19:18:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-25 19:18:43 +0000 |
commit | 98f744d503ff2a8b62f222bf4891f35ac4edceaa (patch) | |
tree | 0afda579eba1c3bd119b15efb3c65db8bcff88ba /distrib/sparc/install.md | |
parent | 8508265d49c9b3049cc792bb78efdacf0125b3a3 (diff) |
egrep -a to permit working with binary data in dmesg
Diffstat (limited to 'distrib/sparc/install.md')
-rw-r--r-- | distrib/sparc/install.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index 3a75fe979ad..19a1f4ba189 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.32 2000/04/24 16:33:44 millert Exp $ +# $OpenBSD: install.md,v 1.33 2001/01/25 19:18:42 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -42,7 +42,6 @@ # # Machine-dependent install sets -MSGBUF=/kern/msgbuf HOSTNAME=/kern/hostname MDSETS="kernel xbin xman xinc xcon" @@ -90,7 +89,7 @@ __EOT md_get_msgbuf() { # Only want to see one boot's worth of info - sed -n -f /dev/stdin $MSGBUF <<- OOF + sed -n -f /dev/stdin /kern/msgbuf <<- OOF /^OpenBSD /h /^OpenBSD /!H \${ |