cvs commit: ports/multimedia/zoneminder/files zm.in
Doug Barton
dougb at FreeBSD.org
Wed Jul 6 19:26:31 UTC 2011
On 07/06/2011 07:34, Boris Samorodov wrote:
> . do a 10 seconds pause only at system startup.
Thanks for addressing the other changes so quickly. I should have been
more clear about what I meant with this particular issue.
The rc.d system runs every line of code in every script at boot time
(except for those with KEYWORD: nostart of course) and every line of
every script with KEYWORD: shutdown when rebooting/shutting down. So,
what you have in the new version is an improvement, but still not
sufficient.
The question is, what is your goal for including that? Does zoneminder
need this delay after it starts? Before it starts? If so, then the right
thing to do is likely to put it in either a start_precmd or
start_postcmd. That way you get 'checkyesno zoneminder_enable' for free.
If the delay is only applicable at boot time, then you can/should
include the code that you added in this version.
If your needs are different, feel free to ask on freebsd-rc at .
--
Nothin' ever doesn't change, but nothin' changes much.
-- OK Go
Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price. :) http://SupersetSolutions.com/
More information about the cvs-all
mailing list