Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jun 2010 22:29:09 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-current@freebsd.org
Subject:   Patch for rc.d/devd on FreeBSD 9-current
Message-ID:  <201006262229.09747.hselasky@c2i.net>

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

--HPS



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