mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 02:19:20 +00:00
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:
parent
853f272a0a
commit
f5e6a77bff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user