Rename the ftp log filename for compatability with OpenBSD and NetBSD.

Requested by:	ru
This commit is contained in:
Mark Murray 2002-09-21 12:07:35 +00:00
parent 7ca9f09d6e
commit a5dd613ce6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103738
3 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ distribution:
${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
${DESTDIR}/var/log/xferlog
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/log/lpd-errs
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \

View File

@ -13,7 +13,7 @@
/var/log/auth.log 600 7 100 * J
/var/log/kerberos.log 600 7 100 * J
/var/log/lpd-errs 644 7 100 * J
/var/log/ftp.log 600 7 100 * J
/var/log/xferlog 600 7 100 * J
/var/log/maillog 640 7 * @T00 J
/var/log/sendmail.st 640 10 * 168 B
/var/log/messages 644 5 100 * J

View File

@ -11,7 +11,7 @@ security.* /var/log/security
auth.info;authpriv.info /var/log/auth.log
mail.info /var/log/maillog
lpr.info /var/log/lpd-errs
ftp.info /var/log/ftp.log
ftp.info /var/log/xferlog
cron.* /var/log/cron
*.emerg *
# uncomment this to log all writes to /dev/console to /var/log/console.log