summaryrefslogtreecommitdiff
path: root/distrib/sparc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-30 01:21:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-30 01:21:24 +0000
commit46019cd2da45ed5e20bac787aa78492f4fb017ed (patch)
tree735aa29317a36625c904bb68cb6d5cf34df38117 /distrib/sparc
parente1baab1c5ee83645e50a4e5201b30ad4304189f2 (diff)
add dmesg alias to all install media
Diffstat (limited to 'distrib/sparc')
-rw-r--r--distrib/sparc/floppies/inst/dot.profile3
-rw-r--r--distrib/sparc/floppies/upgr/dot.profile3
-rw-r--r--distrib/sparc/miniroot/dot.profile3
-rw-r--r--distrib/sparc/ramdisk/dot.profile3
4 files changed, 8 insertions, 4 deletions
diff --git a/distrib/sparc/floppies/inst/dot.profile b/distrib/sparc/floppies/inst/dot.profile
index 3938640b8bd..f69670e4365 100644
--- a/distrib/sparc/floppies/inst/dot.profile
+++ b/distrib/sparc/floppies/inst/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.6 1997/10/20 22:24:12 millert Exp $
+# $OpenBSD: dot.profile,v 1.7 2000/01/30 01:21:22 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -35,6 +35,7 @@ export HISTFILE=/.sh_history
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
# XXX
# the TERM/EDITOR stuff is really well enough parameterized to be moved
diff --git a/distrib/sparc/floppies/upgr/dot.profile b/distrib/sparc/floppies/upgr/dot.profile
index 85243797198..abcb0d812d5 100644
--- a/distrib/sparc/floppies/upgr/dot.profile
+++ b/distrib/sparc/floppies/upgr/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.4 1997/10/20 22:24:13 millert Exp $
+# $OpenBSD: dot.profile,v 1.5 2000/01/30 01:21:22 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -35,6 +35,7 @@ export HISTFILE=/.sh_history
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
# XXX
# the TERM/EDITOR stuff is really well enough parameterized to be moved
diff --git a/distrib/sparc/miniroot/dot.profile b/distrib/sparc/miniroot/dot.profile
index 8b46d71a659..02bd6d68e25 100644
--- a/distrib/sparc/miniroot/dot.profile
+++ b/distrib/sparc/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.12 1998/10/15 07:33:31 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.13 2000/01/30 01:21:22 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -37,6 +37,7 @@ export HISTFILE=/.sh_history
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
# XXX
# the TERM/EDITOR stuff is really well enough parameterized to be moved
diff --git a/distrib/sparc/ramdisk/dot.profile b/distrib/sparc/ramdisk/dot.profile
index 323082f9559..6f1d88fcf08 100644
--- a/distrib/sparc/ramdisk/dot.profile
+++ b/distrib/sparc/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.7 1998/10/15 07:33:32 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.8 2000/01/30 01:21:23 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -37,6 +37,7 @@ export HISTFILE=/.sh_history
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
# XXX
# the TERM/EDITOR stuff is really well enough parameterized to be moved