summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING3
-rw-r--r--etc/Makefile2
-rw-r--r--etc/newsyslog.conf2
-rw-r--r--etc/syslog.conf2
4 files changed, 6 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index c2d38d0..3fe3c5a 100644
--- a/UPDATING
+++ b/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.
diff --git a/etc/Makefile b/etc/Makefile
index 15d1daa..115bdb9 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 e8550a4..34d2b07 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 efa23cf..a61df5c 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
OpenPOWER on IntegriCloud