Skip to content

Commit

Permalink
bad timespec, bad!
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Sep 29, 2005
1 parent df3b993 commit b42c43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ResKey/tasks/reskey_purge.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use vars qw( %task $me );

$task{$me}{timespec} = '3 * * * *';
$task{$me}{timespec_panic_1} = 1; # if panic, this can wait
$task{$me}{timespec_panic_1} = ''; # if panic, this can wait
$task{$me}{fork} = SLASHD_NOWAIT;
$task{$me}{code} = sub {
my($virtual_user, $constants, $slashdb, $user, $info, $gSkin) = @_;
Expand Down

0 comments on commit b42c43c

Please sign in to comment.