diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-30 06:59:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-30 06:59:50 +0000 |
commit | 23ed975a6d5eb145159abb55333c86cab3c5ae3a (patch) | |
tree | 9fe964ef17f07826448a5cad129689a9d2a62c17 /usr.sbin/cron/config.h | |
parent | 69b3602370538d6a76b8ade41a7ae12939613759 (diff) |
Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places
Diffstat (limited to 'usr.sbin/cron/config.h')
-rw-r--r-- | usr.sbin/cron/config.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/cron/config.h b/usr.sbin/cron/config.h index 4c36d0d8e3a..d71e5ab5a35 100644 --- a/usr.sbin/cron/config.h +++ b/usr.sbin/cron/config.h @@ -17,7 +17,7 @@ /* config.h - configurables for Vixie Cron * - * $Id: config.h,v 1.1 1995/10/18 08:47:30 deraadt Exp $ + * $Id: config.h,v 1.2 1998/03/30 06:59:41 deraadt Exp $ */ #if !defined(_PATH_SENDMAIL) @@ -50,15 +50,15 @@ * -t = read recipient from header of message */ -/* #define MAILCMD "/bin/mail" /*-*/ -/* #define MAILARGS "%s -d %s" /*-*/ +/* #define MAILCMD "/bin/mail" -*/ +/* #define MAILARGS "%s -d %s" -*/ /* -d = undocumented but common flag: deliver locally? */ -/* #define MAILCMD "/usr/mmdf/bin/submit" /*-*/ -/* #define MAILARGS "%s -mlrxto %s" /*-*/ +/* #define MAILCMD "/usr/mmdf/bin/submit" -*/ +/* #define MAILARGS "%s -mlrxto %s" -*/ -/* #define MAIL_DATE /*-*/ +/* #define MAIL_DATE -*/ /* should we include an ersatz Date: header in * generated mail? if you are using sendmail * for MAILCMD, it is better to let sendmail @@ -69,7 +69,7 @@ * defined but neither exists, should crontab(1) be * usable only by root? */ -/*#define ALLOW_ONLY_ROOT /*-*/ +/*#define ALLOW_ONLY_ROOT -*/ /* if you want to use syslog(3) instead of appending * to CRONDIR/LOG_FILE (/var/cron/log, e.g.), define |