Subject: bin/78: cron does double logging
To: None <gnats-admin>
From: None <thomas@mathematik.uni-Bremen.de>
List: netbsd-bugs
Date: 01/13/1994 13:20:04
>Number: 78
>Category: bin
>Synopsis: cron does double logging
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: gnats-admin (Utility Bug People)
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Thu Jan 13 13:20:02 1994
>Originator: Thomas Eberhardt
>Organization:
CeVis, University of Bremen, Germany
>Release:
>Environment:
System: NetBSD ed209 0.9a ED209#0 i386
Machine: i386
>Description:
cron does double logging since both SYSLOG and LOG_FILE are
defined. I suggest removing the LOG_FILE definition.
>How-To-Repeat:
>Fix:
*** pathnames.h- Wed Jan 5 21:40:16 1994
--- pathnames.h Sat Jan 8 13:26:14 1994
***************
*** 32,38 ****
*/
#define ALLOW_FILE "allow" /*-*/
#define DENY_FILE "deny" /*-*/
! #define LOG_FILE "log" /*-*/
/* where should the daemon stick its PID?
*/
--- 32,38 ----
*/
#define ALLOW_FILE "allow" /*-*/
#define DENY_FILE "deny" /*-*/
! /*#define LOG_FILE "log" /*-*/
/* where should the daemon stick its PID?
*/
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------