summaryrefslogtreecommitdiff
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
parente1baab1c5ee83645e50a4e5201b30ad4304189f2 (diff)
add dmesg alias to all install media
-rw-r--r--distrib/alpha/ramdisk/dot.profile3
-rw-r--r--distrib/amiga/miniroot/dot.profile3
-rw-r--r--distrib/amiga/ramdisk/dot.profile3
-rw-r--r--distrib/arc/floppies/inst/dot.profile3
-rw-r--r--distrib/arc/floppies/upgr/dot.profile3
-rw-r--r--distrib/arc/ramdisk/dot.profile3
-rw-r--r--distrib/atari/miniroot/dot.profile1
-rw-r--r--distrib/hp300/ramdisk/dot.profile3
-rw-r--r--distrib/i386/floppies/common/dot.profile3
-rw-r--r--distrib/mac68k/ramdisk/dot.profile3
-rw-r--r--distrib/mvme68k/ramdisk/dot.profile3
-rw-r--r--distrib/mvme88k/miniroot/dot.profile3
-rw-r--r--distrib/mvme88k/ramdisk/dot.profile3
-rw-r--r--distrib/pmax/ramdisk/dot.profile3
-rw-r--r--distrib/powerpc/ramdisk/dot.profile3
-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
19 files changed, 37 insertions, 18 deletions
diff --git a/distrib/alpha/ramdisk/dot.profile b/distrib/alpha/ramdisk/dot.profile
index e00f4ba7d16..1cce5ca1eca 100644
--- a/distrib/alpha/ramdisk/dot.profile
+++ b/distrib/alpha/ramdisk/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.9 1998/04/13 01:17:16 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.10 2000/01/30 01:21:16 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -36,6 +36,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/amiga/miniroot/dot.profile b/distrib/amiga/miniroot/dot.profile
index 6a87c0283af..9f9b406dee8 100644
--- a/distrib/amiga/miniroot/dot.profile
+++ b/distrib/amiga/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.4 1998/04/13 01:17:17 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.5 2000/01/30 01:21:18 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/amiga/ramdisk/dot.profile b/distrib/amiga/ramdisk/dot.profile
index 546eaa2650b..3d388e11225 100644
--- a/distrib/amiga/ramdisk/dot.profile
+++ b/distrib/amiga/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.3 1998/04/13 01:17:19 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.4 2000/01/30 01:21:18 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/arc/floppies/inst/dot.profile b/distrib/arc/floppies/inst/dot.profile
index 817b5153970..3508b763f1f 100644
--- a/distrib/arc/floppies/inst/dot.profile
+++ b/distrib/arc/floppies/inst/dot.profile
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.profile,v 1.2 1997/10/20 22:24:19 millert Exp $
+# $Id: dot.profile,v 1.3 2000/01/30 01:21:19 deraadt Exp $
export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export HISTFILE=/.sh_history
@@ -36,6 +36,7 @@ export TERM=pc3
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
diff --git a/distrib/arc/floppies/upgr/dot.profile b/distrib/arc/floppies/upgr/dot.profile
index 69bb2c9946d..da629c0d5cf 100644
--- a/distrib/arc/floppies/upgr/dot.profile
+++ b/distrib/arc/floppies/upgr/dot.profile
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.profile,v 1.2 1997/10/20 22:24:20 millert Exp $
+# $Id: dot.profile,v 1.3 2000/01/30 01:21:19 deraadt Exp $
export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export HISTFILE=/.sh_history
@@ -36,6 +36,7 @@ export TERM=pc3
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
diff --git a/distrib/arc/ramdisk/dot.profile b/distrib/arc/ramdisk/dot.profile
index bc4a1caf665..051cc6b4cca 100644
--- a/distrib/arc/ramdisk/dot.profile
+++ b/distrib/arc/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.3 1997/10/20 22:24:21 millert Exp $
+# $OpenBSD: dot.profile,v 1.4 2000/01/30 01:21:19 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -36,6 +36,7 @@ export HOME=/
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
diff --git a/distrib/atari/miniroot/dot.profile b/distrib/atari/miniroot/dot.profile
index ddb13ec2abd..b67f659bad4 100644
--- a/distrib/atari/miniroot/dot.profile
+++ b/distrib/atari/miniroot/dot.profile
@@ -37,6 +37,7 @@ export TERM=vt220
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
diff --git a/distrib/hp300/ramdisk/dot.profile b/distrib/hp300/ramdisk/dot.profile
index 9b2c1a6aff1..adf63482238 100644
--- a/distrib/hp300/ramdisk/dot.profile
+++ b/distrib/hp300/ramdisk/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.7 1998/04/14 17:29:45 millert Exp $
+# $OpenBSD: dot.profile,v 1.8 2000/01/30 01:21:20 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/07/18 04:13:09 briggs Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
@@ -39,6 +39,7 @@ export HOME=/
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
TMPWRITEABLE=/tmp/writeable
diff --git a/distrib/i386/floppies/common/dot.profile b/distrib/i386/floppies/common/dot.profile
index 824dbaa89a2..b0b0266dd34 100644
--- a/distrib/i386/floppies/common/dot.profile
+++ b/distrib/i386/floppies/common/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.1 1999/08/06 20:49:08 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.2 2000/01/30 01:21:20 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/mac68k/ramdisk/dot.profile b/distrib/mac68k/ramdisk/dot.profile
index cc10103c389..edab33efb6b 100644
--- a/distrib/mac68k/ramdisk/dot.profile
+++ b/distrib/mac68k/ramdisk/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.1 1999/06/13 10:33:31 downsj Exp $
+# $OpenBSD: dot.profile,v 1.2 2000/01/30 01:21:20 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/07/18 04:13:09 briggs Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
@@ -39,6 +39,7 @@ export HOME=/
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
TMPWRITEABLE=/tmp/writeable
diff --git a/distrib/mvme68k/ramdisk/dot.profile b/distrib/mvme68k/ramdisk/dot.profile
index fd7550aa895..39f0be12753 100644
--- a/distrib/mvme68k/ramdisk/dot.profile
+++ b/distrib/mvme68k/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.4 2000/01/24 04:50:26 smurph Exp $
+# $OpenBSD: dot.profile,v 1.5 2000/01/30 01:21:21 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/mvme88k/miniroot/dot.profile b/distrib/mvme88k/miniroot/dot.profile
index 159ddd07e49..cc2f88bba9a 100644
--- a/distrib/mvme88k/miniroot/dot.profile
+++ b/distrib/mvme88k/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.1 1998/12/17 02:16:31 smurph Exp $
+# $OpenBSD: dot.profile,v 1.2 2000/01/30 01:21:21 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/mvme88k/ramdisk/dot.profile b/distrib/mvme88k/ramdisk/dot.profile
index 352cae908c7..4fbe9a3cff8 100644
--- a/distrib/mvme88k/ramdisk/dot.profile
+++ b/distrib/mvme88k/ramdisk/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.1 1998/12/17 02:16:32 smurph Exp $
+# $OpenBSD: dot.profile,v 1.2 2000/01/30 01:21:21 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -37,6 +37,7 @@ export TERM=vt200
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
# set up some sane defaults
echo 'erase ^?, werase ^H, kill ^U, intr ^C'
diff --git a/distrib/pmax/ramdisk/dot.profile b/distrib/pmax/ramdisk/dot.profile
index ba332d6f107..bdad3cc2813 100644
--- a/distrib/pmax/ramdisk/dot.profile
+++ b/distrib/pmax/ramdisk/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.1 1998/11/09 06:16:11 millert Exp $
+# $OpenBSD: dot.profile,v 1.2 2000/01/30 01:21:21 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -36,6 +36,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/powerpc/ramdisk/dot.profile b/distrib/powerpc/ramdisk/dot.profile
index 56f949991e8..e919a56837e 100644
--- a/distrib/powerpc/ramdisk/dot.profile
+++ b/distrib/powerpc/ramdisk/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.2 1997/10/20 22:24:24 millert Exp $
+# $OpenBSD: dot.profile,v 1.3 2000/01/30 01:21:22 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -36,6 +36,7 @@ export HOME=/
umask 022
set -o emacs # emacs-style command line editing
+alias dmesg="cat /kern/msgbuf"
if [ "X${DONEPROFILE}" = "X" ]; then
DONEPROFILE=YES
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