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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 26, 2010 at 1:29 PM, Hans Petter Selasky <hselasky@c2i.net> wro= te: > Hi, > > Sometimes utilities that are started by devd require libraries outside > /usr/lib. One example is the webcamd utility which is started by devd upo= n USB > device insertion. What do you think about the following patch: > > --- devd =A0 =A0 =A0 =A0(revision 209463) > +++ devd =A0 =A0 =A0 =A0(local) > @@ -4,7 +4,7 @@ > =A0# > > =A0# PROVIDE: devd > -# REQUIRE: netif > +# REQUIRE: netif ldconfig > =A0# BEFORE: NETWORKING mountcritremote > =A0# 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, -Garrett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTilVB_E-BiOtC-gENBQ7FdPTLcmu8qpmdwU1GyXd>