diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-09-06 20:10:27 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-09-06 20:10:27 +0000 |
| commit | d98069654d28c5b1ace88b52a44cba9b324f80d1 (patch) | |
| tree | 8f1905d8d9353c293558d3132ccfef179cbb966c | |
| parent | 15b09e6540c0a9901c632bac7f56daff85849bd5 (diff) | |
Notes
| -rw-r--r-- | UPDATING | 3 | ||||
| -rw-r--r-- | etc/Makefile | 2 | ||||
| -rw-r--r-- | etc/newsyslog.conf | 2 | ||||
| -rw-r--r-- | etc/syslog.conf | 2 |
4 files changed, 6 insertions, 3 deletions
@@ -3,6 +3,9 @@ Updating Information for FreeBSD current users This file is maintained by imp@village.org. Please send new entries directly to him. See end of file for further details. +19990905: + /var/cron/log has been moved to /var/log/cron to get all the + log files in one place. 19990831: tn3270 has been removed from the based system and added as a port. diff --git a/etc/Makefile b/etc/Makefile index 15d1daaf63d8..115bdb9c8ad1 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -48,7 +48,7 @@ distribution: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN2} ${DESTDIR}/etc; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 defaults/rc.conf ${DESTDIR}/etc/defaults/; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ - ${DESTDIR}/var/cron/log; \ + ${DESTDIR}/var/log/cron; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \ master.passwd ${DESTDIR}/etc; \ ( cd ${.CURDIR}/periodic; ${MAKE} install );\ diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index e8550a413382..34d2b071fa70 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -2,7 +2,7 @@ # $FreeBSD$ # # logfilename [owner:group] mode count size when [ZB] [/pid_file] [sig_num] -/var/cron/log 600 3 100 * Z +/var/log/cron 600 3 100 * Z /var/log/amd.log 664 7 100 * Z /var/log/kerberos.log 664 7 100 * Z /var/log/lpd-errs 664 7 100 * Z diff --git a/etc/syslog.conf b/etc/syslog.conf index efa23cf2efed..a61df5ce5b47 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -7,7 +7,7 @@ security.* /var/log/security mail.info /var/log/maillog lpr.info /var/log/lpd-errs -cron.* /var/cron/log +cron.* /var/log/cron *.err root *.notice;news.err root *.alert root |
