summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-03 11:19:18 +0000
committerru <ru@FreeBSD.org>2003-03-03 11:19:18 +0000
commitb6a38ff592aed34e01840647cb9ebb7c5e5975ba (patch)
treeae983cfb01fae65e0391bb70fd29ba85e95909ef /etc
parente29bfdefccf5eeea7d608b0eba4cc3ab25cb424e (diff)
downloadFreeBSD-src-b6a38ff592aed34e01840647cb9ebb7c5e5975ba.zip
FreeBSD-src-b6a38ff592aed34e01840647cb9ebb7c5e5975ba.tar.gz
Make sure the default install comes with /etc/login.conf hashed.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index be005a4..43f1178 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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 \
OpenPOWER on IntegriCloud