summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-09 02:27:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-09 02:27:35 +0000
commit9520a8ab79d133ba9e0eee282f056ae81a81b65c (patch)
treeb1daad5358f0cca0cf5c29809b1f68aba6544f11 /distrib
parentc17e4c4c4360db3d9fd7d43093a6729e6f10b137 (diff)
nicer less
Diffstat (limited to 'distrib')
-rw-r--r--distrib/i386/floppies/inst/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/inst/install.sh b/distrib/i386/floppies/inst/install.sh
index 7332986cff8..ec84ccab0b2 100644
--- a/distrib/i386/floppies/inst/install.sh
+++ b/distrib/i386/floppies/inst/install.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $OpenBSD: install.sh,v 1.14 1996/10/07 18:48:23 deraadt Exp $
+# $OpenBSD: install.sh,v 1.15 1996/10/09 02:27:34 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -161,7 +161,7 @@ echo -n "View the boot messages again? [n] "
getresp "n"
case "$resp" in
y*|Y*)
- less /kern/msgbuf
+ less -rsS /kern/msgbuf
;;
*)
echo ""