summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
Diffstat (limited to 'distrib')
-rw-r--r--distrib/alpha/common/dot.profile4
-rw-r--r--distrib/i386/floppies/common/dot.profile4
-rw-r--r--distrib/mvme88k/miniroot/dot.profile4
-rw-r--r--distrib/sparc/miniroot/dot.profile4
-rw-r--r--distrib/sparc64/common/dot.profile4
-rw-r--r--distrib/sun3/miniroot/dot.profile4
6 files changed, 12 insertions, 12 deletions
diff --git a/distrib/alpha/common/dot.profile b/distrib/alpha/common/dot.profile
index 2e3596076be..6138baabb2a 100644
--- a/distrib/alpha/common/dot.profile
+++ b/distrib/alpha/common/dot.profile
@@ -1,5 +1,5 @@
#
-# $OpenBSD: dot.profile,v 1.7 2002/04/13 03:10:48 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.8 2002/04/13 17:36:56 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -43,7 +43,7 @@ PAGER=more
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
}'`
diff --git a/distrib/i386/floppies/common/dot.profile b/distrib/i386/floppies/common/dot.profile
index d116207482d..0b711107c24 100644
--- a/distrib/i386/floppies/common/dot.profile
+++ b/distrib/i386/floppies/common/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.10 2002/04/13 03:10:48 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.11 2002/04/13 17:36:56 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -38,7 +38,7 @@ set -o emacs # emacs-style command line editing
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
}'`
diff --git a/distrib/mvme88k/miniroot/dot.profile b/distrib/mvme88k/miniroot/dot.profile
index 455fcb1f081..d9edf752790 100644
--- a/distrib/mvme88k/miniroot/dot.profile
+++ b/distrib/mvme88k/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.11 2002/04/13 03:10:49 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.12 2002/04/13 17:36:56 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -46,7 +46,7 @@ TERM=vt220
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
}'`
diff --git a/distrib/sparc/miniroot/dot.profile b/distrib/sparc/miniroot/dot.profile
index af0d5772131..375928243aa 100644
--- a/distrib/sparc/miniroot/dot.profile
+++ b/distrib/sparc/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.21 2002/04/13 03:10:49 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.22 2002/04/13 17:36:56 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
@@ -46,7 +46,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
}'`
diff --git a/distrib/sparc64/common/dot.profile b/distrib/sparc64/common/dot.profile
index 78005ccb61b..6ba42924504 100644
--- a/distrib/sparc64/common/dot.profile
+++ b/distrib/sparc64/common/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.6 2002/04/13 03:10:45 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.7 2002/04/13 17:36:56 deraadt Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
@@ -36,7 +36,7 @@ set -o emacs # emacs-style command line editing
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
}'`
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
}'`