Patch for rc.d/devd on FreeBSD 9-current
    Doug Barton 
    dougb at FreeBSD.org
       
    Sun Jun 27 05:50:43 UTC 2010
    
    
  
On 06/26/10 13:29, Hans Petter Selasky wrote:
> Hi,
> 
> Sometimes utilities that are started by devd require libraries outside 
> /usr/lib. One example is the webcamd utility which is started by devd upon USB 
> device insertion. What do you think about the following patch:
> 
> --- devd        (revision 209463)
> +++ devd        (local)
> @@ -4,7 +4,7 @@
>  #
>  
>  # PROVIDE: devd
> -# REQUIRE: netif
> +# REQUIRE: netif ldconfig
>  # BEFORE: NETWORKING mountcritremote
>  # KEYWORD: nojail shutdown
ldconfig requires mountcritremote, so this patch would introduce a
circular dependency.
Doug
-- 
	... and that's just a little bit of history repeating.
			-- Propellerheads
	Improve the effectiveness of your Internet presence with
	a domain name makeover!    http://SupersetSolutions.com/
    
    
More information about the freebsd-current
mailing list