summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-16 14:19:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-16 14:19:06 +0000
commita347f7f8532a96f16bbc4c6844172aa5af8bd29f (patch)
treebec10f79653651a813865b269e94184fb85a8e17 /distrib
parent65e85c8a4dcaa7cbf706fbf847bbe74fe70c966c (diff)
spaces
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/dot.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/dot.profile b/distrib/miniroot/dot.profile
index 62383397831..6aa77b849f9 100644
--- a/distrib/miniroot/dot.profile
+++ b/distrib/miniroot/dot.profile
@@ -1,4 +1,4 @@
-# $OpenBSD: dot.profile,v 1.24 2014/02/21 16:30:14 deraadt Exp $
+# $OpenBSD: dot.profile,v 1.25 2014/07/16 14:19:05 deraadt Exp $
# $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $
#
# Copyright (c) 2009 Kenneth R. Westerback
@@ -43,7 +43,7 @@ umask 022
set -o emacs
# Extract rootdisk from last 'root on ...' line. e.g.
-# root on wd0a swap on wd0b dump on wd0b
+# root on wd0a swap on wd0b dump on wd0b
set -- $(dmesg | sed -n '/^root on /h;${g;p;}')
rootdisk=$3