Log ftpd stuff in the same way that we log lpd stuff. Too many ftpd's

are attacked for us to throw away this sort of evidence.
This commit is contained in:
Mark Murray 2002-09-20 22:10:01 +00:00
parent a6756ecc22
commit bbd0e6a78d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103719
2 changed files with 2 additions and 0 deletions

View File

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

View File

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