Tatsuki SUGIURA
sugi****@users*****
2006年 10月 4日 (水) 17:15:31 JST
Index: slashjp/plugins/Stats/adminmail.pl diff -u slashjp/plugins/Stats/adminmail.pl:1.4 slashjp/plugins/Stats/adminmail.pl:1.5 --- slashjp/plugins/Stats/adminmail.pl:1.4 Wed Jul 12 20:41:58 2006 +++ slashjp/plugins/Stats/adminmail.pl Wed Oct 4 17:15:30 2006 @@ -2,7 +2,7 @@ # This code is a part of Slash, and is released under the GPL. # Copyright 1997-2005 by Open Source Technology Group. See README # and COPYING for more information, or see http://slashcode.com/. -# $Id: adminmail.pl,v 1.4 2006/07/12 11:41:58 sugi Exp $ +# $Id: adminmail.pl,v 1.5 2006/10/04 08:15:30 sugi Exp $ use strict; use Slash::Constants qw( :messages :slashd ); @@ -14,7 +14,7 @@ # GMT if you installed everything correctly. So 6:07 AM GMT is a good # sort of midnightish time for the Western Hemisphere. Adjust for # your audience and admins. -$task{$me}{timespec} = '50 4 * * *'; +$task{$me}{timespec} = '50 18 * * *'; $task{$me}{timespec_panic_2} = ''; # if major panic, dailyStuff can wait $task{$me}{resource_locks} = { log_slave => 1 }; $task{$me}{fork} = SLASHD_NOWAIT;