From bbd0e6a78d9f2a1db853e8228c0f9c561a29f3c2 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Fri, 20 Sep 2002 22:10:01 +0000 Subject: [PATCH] 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. --- etc/newsyslog.conf | 1 + etc/syslog.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 0d66f1b675a5..46a73e0d506a 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -13,6 +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/maillog 640 7 * @T00 J /var/log/sendmail.st 640 10 * 168 B /var/log/messages 644 5 100 * J diff --git a/etc/syslog.conf b/etc/syslog.conf index 18d0fc8720cd..f0990f2d5a6f 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -11,6 +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 cron.* /var/log/cron *.emerg * # uncomment this to log all writes to /dev/console to /var/log/console.log