watched for init jobs, in case they take long enough...
This commit is contained in:
parent
c8394fba61
commit
65646f4cf7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user