aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-09-20 22:10:01 +0000
committerMark Murray <markm@FreeBSD.org>2002-09-20 22:10:01 +0000
commitbbd0e6a78d9f2a1db853e8228c0f9c561a29f3c2 (patch)
tree4535da10775b171b7e541764ef798068f39fc37e /etc
parenta6756ecc226415c5f8b5de185943adb5f2bc6837 (diff)
downloadsrc-bbd0e6a78d9f2a1db853e8228c0f9c561a29f3c2.tar.gz
src-bbd0e6a78d9f2a1db853e8228c0f9c561a29f3c2.zip
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.
Notes
Notes: svn path=/head/; revision=103719
Diffstat (limited to 'etc')
-rw-r--r--etc/newsyslog.conf1
-rw-r--r--etc/syslog.conf1
2 files changed, 2 insertions, 0 deletions
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