diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-09-21 12:07:35 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-09-21 12:07:35 +0000 |
| commit | a5dd613ce64ef196a7fb028817ea9e84c2cc9385 (patch) | |
| tree | 23fd88e9354a55af7636894503f633710c018221 | |
| parent | 7ca9f09d6e48e2761ac3e393750aed22ac79b679 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 2 | ||||
| -rw-r--r-- | etc/newsyslog.conf | 2 | ||||
| -rw-r--r-- | etc/syslog.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index cd17f5c6a817..10ac4f058c9f 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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 \ diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 46a73e0d506a..1be2275bac18 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -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 diff --git a/etc/syslog.conf b/etc/syslog.conf index f0990f2d5a6f..d173b2d0e4e1 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -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 |
