Make sure the default install comes with /etc/login.conf hashed.

This commit is contained in:
Ruslan Ermilov 2003-03-03 11:19:18 +00:00
parent c55607ce1f
commit 6192b1dff1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111810
2 changed files with 3 additions and 1 deletions

View File

@ -386,7 +386,8 @@ installcheck:
#
distributeworld installworld: installcheck
mkdir -p ${INSTALLTMP}
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
for prog in [ awk cat cap_mkdb chflags chmod chown \
date echo egrep find grep \
ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
test true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \

View File

@ -68,6 +68,7 @@ distribution:
cd ${.CURDIR}; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
${BIN1} ${DESTDIR}/etc; \
cap_mkdb ${DESTDIR}/etc/login.conf; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \
${BIN2} ${DESTDIR}/etc; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \