From owner-freebsd-bugs Wed Aug 19 09:30:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10532 for freebsd-bugs-outgoing; Wed, 19 Aug 1998 09:30:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10519 for ; Wed, 19 Aug 1998 09:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29382; Wed, 19 Aug 1998 09:30:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09522; Wed, 19 Aug 1998 09:26:35 -0700 (PDT) (envelope-from nobody) Message-Id: <199808191626.JAA09522@hub.freebsd.org> Date: Wed, 19 Aug 1998 09:26:35 -0700 (PDT) From: Nick.Hibma@FreeBSD.ORG To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: conf/7682: Cron logfile in the wrong place Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7682 >Category: conf >Synopsis: Cron logfile in the wrong place >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 19 09:30:01 PDT 1998 >Last-Modified: >Originator: nick.hibma@jrc.it >Organization: Joint Research Centre >Release: 2.2.5/2.2.6/3.0-SNAP-1997 >Environment: FreeBSD mda11.jrc.it 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #2: Tue Aug 18 13:19:16 GMT 1998 root@mda04.jrc.it:/local0/src-226/sys/compile/SATELLITE i386 >Description: Cron puts its logfiles in an awkward place, that is, in the default place were Vixie put it, and that place is awkward not the logfile itself. Well, actually the log is awkward as well, but that is a different issue. >How-To-Repeat: >Fix: mda11:root# diff -C3 syslog.conf.orig syslog.conf *** syslog.conf.orig Wed Aug 19 18:24:06 1998 --- syslog.conf Wed Aug 19 18:24:34 1998 *************** *** 2,8 **** *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages mail.info /var/log/maillog lpr.info /var/log/lpd-errs ! cron.* /var/cron/log *.err root *.notice;news.err root *.alert root --- 2,8 ---- *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages mail.info /var/log/maillog lpr.info /var/log/lpd-errs ! cron.* /var/log/cron.log *.err root *.notice;news.err root *.alert root >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message