diff options
author | ache <ache@FreeBSD.org> | 1995-07-06 22:47:30 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-07-06 22:47:30 +0000 |
commit | f87500968fd0b9653a955a7bdf88dc7d961269ed (patch) | |
tree | 2d5aedda5b9a75799c1ff76eb666ef254cefcd88 /usr.sbin/cron | |
parent | 2281de73f3cbd795bef089a6addc2fe285b3b8bf (diff) | |
download | FreeBSD-src-f87500968fd0b9653a955a7bdf88dc7d961269ed.zip FreeBSD-src-f87500968fd0b9653a955a7bdf88dc7d961269ed.tar.gz |
Remove LOG_FILE definition, close PR 595
Submitted by: roberto@blaise.ibp.fr
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/cron/pathnames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/cron/pathnames.h b/usr.sbin/cron/cron/pathnames.h index df6bf1e..5ed9a9f 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? */ |