From: deraadt Date: Mon, 29 Dec 2014 17:04:19 +0000 (+0000) Subject: encrypt is now built into instbin, do not need to use the /mnt version X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7303b975cf17dac3b297eca432e24d13164f9123;p=openbsd encrypt is now built into instbin, do not need to use the /mnt version --- 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 }