Pass -i to pwd_mkdb(8) to ignore locking failures. This can be useful

for NFS installing world/kernel to another machine.
This commit is contained in:
Ruslan Ermilov 2005-07-15 14:52:29 +00:00
parent a59f6433d7
commit 6537491231
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148053

View File

@ -94,7 +94,7 @@ distribution:
${BIN2} ${DESTDIR}/etc; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
master.passwd nsmb.conf opieaccess ${DESTDIR}/etc; \
pwd_mkdb ${PWD_MKDB_ENDIAN} -p -d ${DESTDIR}/etc \
pwd_mkdb ${PWD_MKDB_ENDIAN} -i -p -d ${DESTDIR}/etc \
${DESTDIR}/etc/master.passwd
cd ${.CURDIR}/bluetooth; ${MAKE} install
cd ${.CURDIR}/defaults; ${MAKE} install