artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84938a7
)
back to using ramdisk encrypt again. theo found and fixed the (my) bug.
author
tedu
<tedu@openbsd.org>
Sun, 4 Jan 2015 18:44:12 +0000
(18:44 +0000)
committer
tedu
<tedu@openbsd.org>
Sun, 4 Jan 2015 18:44:12 +0000
(18:44 +0000)
distrib/miniroot/install.sub
patch
|
blob
|
history
diff --git
a/distrib/miniroot/install.sub
b/distrib/miniroot/install.sub
index
f3797d7
..
4590774
100644
(file)
--- a/
distrib/miniroot/install.sub
+++ b/
distrib/miniroot/install.sub
@@
-1,4
+1,4
@@
-# $OpenBSD: install.sub,v 1.80
5 2015/01/04 02:26:29
tedu Exp $
+# $OpenBSD: install.sub,v 1.80
6 2015/01/04 18:44:12
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
-
/mnt/usr/bin/
encrypt -b a -- "$_p"
+ encrypt -b a -- "$_p"
fi
}