Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Jul 2011 12:26:28 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        Boris Samorodov <bsam@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/multimedia/zoneminder/files zm.in
Message-ID:  <4E14B6E4.50609@FreeBSD.org>
In-Reply-To: <201107061434.p66EY0OG062221@repoman.freebsd.org>
References:  <201107061434.p66EY0OG062221@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@.


-- 

	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/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E14B6E4.50609>