diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 19:45:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 19:45:04 +0000 |
commit | d83f5786ed940c67fb7d66cc4945a1b84f6279af (patch) | |
tree | 7eb4382f0b4f8a5b9b50615f865e3fffb407de80 /distrib/alpha/common/dot.profile | |
parent | 12ce374fe89e95dea19bb150c4921a44f38e2b67 (diff) |
argh. stop using kernfs, using dmesg using sysctl. encode ARCH into
install.md at build time. remove some crud. and the icing on the cake:
skip testing all this until next week
Diffstat (limited to 'distrib/alpha/common/dot.profile')
-rw-r--r-- | distrib/alpha/common/dot.profile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/alpha/common/dot.profile b/distrib/alpha/common/dot.profile index 0a0036a635e..d5fa8ca2dd6 100644 --- a/distrib/alpha/common/dot.profile +++ b/distrib/alpha/common/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.2 2001/03/03 12:24:14 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.3 2001/06/23 19:44:34 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -36,7 +36,6 @@ 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 @@ -53,7 +52,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then DONEPROFILE=YES # need a writable root - mount /dev/rd0a / + mount -u /dev/rd0a / isin() { local _a |