diff options
Diffstat (limited to 'distrib/miniroot/install.sh')
-rw-r--r-- | distrib/miniroot/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index 5123f69441d..1a883ffa5bb 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sh,v 1.264 2015/04/07 09:59:38 rpe Exp $ +# $OpenBSD: install.sh,v 1.265 2015/04/13 21:27:07 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback @@ -359,7 +359,7 @@ if [[ -n "$_rootpass" ]]; then w q" | ed /mnt/etc/master.passwd 2>/dev/null fi -/mnt/usr/sbin/pwd_mkdb -p -d /mnt/etc /etc/master.passwd +pwd_mkdb -p -d /mnt/etc /etc/master.passwd # During autoinstall, add root user's public ssh key to authorized_keys. [[ -n "$rootkey" ]] && ( |