Move /var/cron/log to /var/log/cron

This commit is contained in:
Nick Hibma 1999-09-06 20:10:27 +00:00
parent 15b09e6540
commit d98069654d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51033
4 changed files with 6 additions and 3 deletions

View file

@ -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.

View file

@ -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 );\

View file

@ -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

View file

@ -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