watched for init jobs, in case they take long enough...

This commit is contained in:
espie 2010-03-21 20:09:42 +00:00
parent c8394fba61
commit 65646f4cf7

View File

@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
# $OpenBSD: Core.pm,v 1.7 2010/03/21 19:43:38 espie Exp $
# $OpenBSD: Core.pm,v 1.8 2010/03/21 20:09:42 espie Exp $
#
# Copyright (c) 2010 Marc Espie <espie@openbsd.org>
#
@ -365,6 +365,11 @@ sub finalize
}
}
sub watched
{
return '';
}
# this is a weird one !
package DPB::Core::Factory;
our @ISA = qw(DPB::Core::WithJobs);