Install empty ftp.log file to start off ftp logging.

This commit is contained in:
Mark Murray 2002-09-20 22:12:27 +00:00
parent bbd0e6a78d
commit d595e25a82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103720

View File

@ -135,6 +135,8 @@ distribution:
${DESTDIR}/var/log/auth.log
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/log/cron
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/log/ftp.log
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/log/lpd-errs
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \