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