From e07ed5e22e50eebc3ecd6cf083a53d078f91b92a Mon Sep 17 00:00:00 2001 From: babkin Date: Thu, 25 Dec 2003 23:29:19 +0000 Subject: Added support for intelligent handling of DST transitions in cron. reviewed by: imp --- etc/defaults/rc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/defaults') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 4146e30..dd60fe3 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -398,6 +398,7 @@ sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m" cron_enable="YES" # Run the periodic job daemon. cron_program="/usr/sbin/cron" # Which cron executable to run (if enabled). +cron_dst="YES" # Handle DST transitions intelligently (YES/NO) cron_flags="" # Which options to pass to the cron daemon. lpd_enable="NO" # Run the line printer daemon. lpd_program="/usr/sbin/lpd" # path to lpd, if you want a different one. -- cgit v1.1