artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fdc821
)
switch encrypt to auto scaling bcrypt rounds. ok deraadt
author
tedu
<tedu@openbsd.org>
Mon, 29 Dec 2014 16:55:44 +0000
(16:55 +0000)
committer
tedu
<tedu@openbsd.org>
Mon, 29 Dec 2014 16:55:44 +0000
(16:55 +0000)
distrib/miniroot/install.sub
patch
|
blob
|
history
diff --git
a/distrib/miniroot/install.sub
b/distrib/miniroot/install.sub
index
9c32220
..
4826411
100644
(file)
--- a/
distrib/miniroot/install.sub
+++ b/
distrib/miniroot/install.sub
@@
-1,4
+1,4
@@
-# $OpenBSD: install.sub,v 1.80
1 2014/12/26 17:54:54 rpe
Exp $
+# $OpenBSD: install.sub,v 1.80
2 2014/12/29 16:55:44 tedu
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
8
-- "$_p"
+ /mnt/usr/bin/encrypt -b
a
-- "$_p"
fi
}