From owner-freebsd-current Sun Sep 5 2:56: 6 1999 Delivered-To: freebsd-current@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id 85D09150B8 for ; Sun, 5 Sep 1999 02:55:58 -0700 (PDT) (envelope-from hibma@skylink.it) Received: from heidi.plazza.it (va-165.skylink.it [194.185.55.165]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id LAA14996; Sun, 5 Sep 1999 11:55:05 +0200 Received: from localhost (localhost [127.0.0.1]) by heidi.plazza.it (8.9.3/8.8.5) with ESMTP id JAA02512; Sun, 5 Sep 1999 09:32:35 GMT X-No-Spam: Neither the receipients nor the senders email address(s) are to be used for Unsolicited (Commercial) Email without the explicit written consent of either party; as a per-message fee is incurred for inbound and outbound traffic to the originator. Posted-Date: Sun, 5 Sep 1999 09:32:35 GMT Date: Sun, 5 Sep 1999 11:32:35 +0200 (CEST) From: Nick Hibma X-Sender: n_hibma@heidi.plazza.it Reply-To: Nick Hibma To: "Jordan K. Hubbard" , FreeBSD CURRENT Mailing list Cc: n_hibma@heidi.plazza.it Subject: request for review: move of /var/cron/log to /var/log/cron.log Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please review the following patch to get all the log files in one place. The commit will be accompanied by a HEADS UP. If no one objects I will commit this in a couple of days. Cheers, Nick Index: UPDATING =================================================================== RCS file: /home/ncvs/src/UPDATING,v retrieving revision 1.43 diff -u -w -r1.43 UPDATING --- UPDATING 1999/08/31 17:07:14 1.43 +++ UPDATING 1999/09/05 09:27:27 @@ -3,6 +3,9 @@ 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.log to get all the + log files in one place. 19990831: tn3270 has been removed from the based system and added as a port. Index: etc//Makefile =================================================================== RCS file: /home/ncvs/src/etc/Makefile,v retrieving revision 1.204 diff -u -w -r1.204 Makefile --- Makefile 1999/08/27 23:23:40 1.204 +++ Makefile 1999/09/05 09:26:11 @@ -48,7 +48,7 @@ ${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.log; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \ master.passwd ${DESTDIR}/etc; \ ( cd ${.CURDIR}/periodic; ${MAKE} install );\ Index: etc//newsyslog.conf =================================================================== RCS file: /home/ncvs/src/etc/newsyslog.conf,v retrieving revision 1.23 diff -u -w -r1.23 newsyslog.conf --- newsyslog.conf 1999/08/27 23:23:42 1.23 +++ newsyslog.conf 1999/09/05 09:26:25 @@ -2,7 +2,7 @@ # $FreeBSD: src/etc/newsyslog.conf,v 1.23 1999/08/27 23:23:42 peter Exp $ # # logfilename [owner:group] mode count size when [ZB] [/pid_file] [sig_num] -/var/cron/log 600 3 100 * Z +/var/log/cron.log 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 Index: etc//syslog.conf =================================================================== RCS file: /home/ncvs/src/etc/syslog.conf,v retrieving revision 1.11 diff -u -w -r1.11 syslog.conf --- syslog.conf 1999/08/27 23:23:45 1.11 +++ syslog.conf 1999/09/05 09:26:39 @@ -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.log *.err root *.notice;news.err root *.alert root To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message