From 03aa8f08c760a33b00a2afb1d1dbe59f159c8b13 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 6 Jul 1995 22:47:30 +0000 Subject: [PATCH] Remove LOG_FILE definition, close PR 595 Submitted by: roberto@blaise.ibp.fr --- usr.sbin/cron/cron/pathnames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/cron/cron/pathnames.h b/usr.sbin/cron/cron/pathnames.h index df6bf1e85263..5ed9a9feba13 100644 --- a/usr.sbin/cron/cron/pathnames.h +++ b/usr.sbin/cron/cron/pathnames.h @@ -16,7 +16,7 @@ */ /* - * $Id: pathnames.h,v 1.3 1994/01/15 20:43:43 vixie Exp $ + * $Id: pathnames.h,v 1.1.1.1 1994/08/27 13:43:04 jkh Exp $ */ #if (defined(BSD)) && (BSD >= 199103) || defined(__linux) || defined(AIX) @@ -49,7 +49,7 @@ */ #define ALLOW_FILE "allow" /*-*/ #define DENY_FILE "deny" /*-*/ -#define LOG_FILE "log" /*-*/ +/*#define LOG_FILE "log"*/ /*-*/ /* where should the daemon stick its PID? */