Commented out installation of /var/log/lastlog:

The problem with having it enable is that lastlog grows big, none
of the current scripts deal with rotation of /var/log/lastlog,
so it shouldn't necessary be installed at first.  This has traditionally
been something the sysadmin has had to touch after system installations.

Nate:
(Besides, you're forced to learn more about the system by reading the man
pages if it doesn't exist. :-)
This commit is contained in:
Rodney W. Grimes 1993-08-12 15:20:56 +00:00
parent 853f272a0a
commit f5e6a77bff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287

View File

@ -119,8 +119,8 @@ distribution: distrib-dirs
${DESTDIR}/var/log/lpd-errs
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/log/maillog
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/log/lastlog
# install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
# ${DESTDIR}/var/log/lastlog
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/log/messages
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \