Date: Sat, 26 Jun 2010 13:45:47 -0700 From: Garrett Cooper <yanefbsd@gmail.com> To: Hans Petter Selasky <hselasky@c2i.net> Cc: freebsd-current@freebsd.org Subject: Re: Patch for rc.d/devd on FreeBSD 9-current Message-ID: <AANLkTilVB_E-BiOtC-gENBQ7FdPTLcmu8qpmdwU1GyXd@mail.gmail.com> In-Reply-To: <201006262229.09747.hselasky@c2i.net> References: <201006262229.09747.hselasky@c2i.net>
index | next in thread | previous in thread | raw e-mail
On Sat, Jun 26, 2010 at 1:29 PM, Hans Petter Selasky <hselasky@c2i.net> 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 Funny since I was just monkeying around with this. This doesn't appear to be the only issue with devd: # devd devd: devd already running, pid: 430 # pgrep 430; echo $? 1 # Looks like /etc/rc.d/devd restart is broken :(... Thanks, -Garretthelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTilVB_E-BiOtC-gENBQ7FdPTLcmu8qpmdwU1GyXd>
