From 46019cd2da45ed5e20bac787aa78492f4fb017ed Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 30 Jan 2000 01:21:24 +0000 Subject: add dmesg alias to all install media --- distrib/amiga/miniroot/dot.profile | 3 ++- distrib/amiga/ramdisk/dot.profile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'distrib/amiga') 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 -- cgit v1.2.3