mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Move /var/cron/log to /var/log/cron
This commit is contained in:
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
3
UPDATING
3
UPDATING
|
@ -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.
|
||||
|
||||
|
|
|
@ -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 );\
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue