diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-13 17:36:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-13 17:36:57 +0000 |
commit | a0b37844a47934c8c3c64a52651752cecbc5d520 (patch) | |
tree | 2190a774b33f0f33c475ee58668202bbfc3f755d /distrib/sun3 | |
parent | f064620fdf27dce4b5a48242f268d26120bdd7ff (diff) |
last rev forgot to handle the "swap on" types; drahn
Diffstat (limited to 'distrib/sun3')
-rw-r--r-- | distrib/sun3/miniroot/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sun3/miniroot/dot.profile b/distrib/sun3/miniroot/dot.profile index 880843b23c5..afecb7fe764 100644 --- a/distrib/sun3/miniroot/dot.profile +++ b/distrib/sun3/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.9 2002/04/13 03:10:49 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.10 2002/04/13 17:36:56 deraadt Exp $ # # Copyright (c) 1995 Jason R. Thorpe # Copyright (c) 1994 Christopher G. Demetriou @@ -45,7 +45,7 @@ TERM=sun rootdisk=`dmesg|sed -n -e '/OpenBSD /h' -e '//!H' -e '${ g p -}'|sed -n -e '/^root on \([0-9a-z]*\)/{ +}'|sed -n -e '/^root on \([0-9a-z]*\).*/{ s//\/dev\/\1/ p }'` |