summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-12-29 17:04:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-12-29 17:04:20 +0000
commit5be1016fbe863e793a2194d76a05a725f021b93c (patch)
tree2fe8f1a2e08e6def73e552f9bc6b415389f446e6 /distrib
parent4c8fe46e04b0cd77e08a608bb7a54158c0267852 (diff)
encrypt is now built into instbin, do not need to use the /mnt version
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 48264111de8..b45ad8e0172 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,4 +1,4 @@
-# $OpenBSD: install.sub,v 1.802 2014/12/29 16:55:44 tedu Exp $
+# $OpenBSD: install.sub,v 1.803 2014/12/29 17:04:19 deraadt Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
# All rights reserved.
@@ -366,7 +366,7 @@ encr_pwd() {
$_p == '*************' ]]; then
echo "$_p"
else
- /mnt/usr/bin/encrypt -b a -- "$_p"
+ encrypt -b a -- "$_p"
fi
}