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
b6e8922c0e
commit
7de9a46164
@ -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…
Reference in New Issue
Block a user