summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-01-04 02:26:30 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-01-04 02:26:30 +0000
commit9991605eb0218776291a52d74ed5572b2b68188d (patch)
tree346d270fbdd83e9d1a3a78937954afdc1c8b99fa /distrib
parent5c851f8e64d678b8270ef317ef69c3c9feb617da (diff)
go back to using /mnt encrypt. it seems something isn't working yet.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/install.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index 3035282cce2..f3797d72e8b 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.804 2015/01/01 22:53:39 krw Exp $
+# $OpenBSD: install.sub,v 1.805 2015/01/04 02:26:29 tedu Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
# All rights reserved.
@@ -369,7 +369,7 @@ encr_pwd() {
$_p == '*************' ]]; then
echo "$_p"
else
- encrypt -b a -- "$_p"
+ /mnt/usr/bin/encrypt -b a -- "$_p"
fi
}