artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2401ea5
)
encrypt is now built into instbin, do not need to use the /mnt version
author
deraadt
<deraadt@openbsd.org>
Mon, 29 Dec 2014 17:04:19 +0000
(17:04 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 29 Dec 2014 17:04:19 +0000
(17:04 +0000)
distrib/miniroot/install.sub
patch
|
blob
|
history
diff --git
a/distrib/miniroot/install.sub
b/distrib/miniroot/install.sub
index
4826411
..
b45ad8e
100644
(file)
--- a/
distrib/miniroot/install.sub
+++ b/
distrib/miniroot/install.sub
@@
-1,4
+1,4
@@
-# $OpenBSD: install.sub,v 1.80
2 2014/12/29 16:55:44 tedu
Exp $
+# $OpenBSD: install.sub,v 1.80
3 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
}