diff options
Diffstat (limited to 'distrib/powerpc/ramdisk')
-rw-r--r-- | distrib/powerpc/ramdisk/dot.profile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |