From owner-freebsd-current@FreeBSD.ORG Sat Jun 26 20:45:48 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEE2F106566B for ; Sat, 26 Jun 2010 20:45:48 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7897D8FC18 for ; Sat, 26 Jun 2010 20:45:48 +0000 (UTC) Received: by qwg5 with SMTP id 5so1287060qwg.13 for ; Sat, 26 Jun 2010 13:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ubL4OZVn9y8//4IjHghMLAny1xSq5jmtGiFOeCVWPoA=; b=fBPAktfT3g2fuPKb6nv0t2b2vBrEAZ3vJoHgQFcRWk2ogQSR35bYZTe05JCk5U8PIX WqMW7r2OBFJq8n12Sk+WpFQSSp5Lu0F/gDNkStk5VShDIopcaORib49FtE0NDwZEtkSm MwXY3TYwVTuOIu8+wvQgffq+F4TpXRN0thoZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=VF5vxHC4ze4Q9HfEiWB0jYkwjnCNYioMD9JhwRszk85YRS/GM4Y9AEAYaGiW8NGH/z 0gL8bmuHhvFO7OmYoG7mJLhKw4Y37ZmzP5QfzXtajsuXgiV+w9+zIniYpC/E6pK7Nw+u 9yiUQL5gR8rOYywe2oIfMnHveFycC2c/rlmgU= MIME-Version: 1.0 Received: by 10.224.35.216 with SMTP id q24mr1867275qad.79.1277585147807; Sat, 26 Jun 2010 13:45:47 -0700 (PDT) Received: by 10.229.80.75 with HTTP; Sat, 26 Jun 2010 13:45:47 -0700 (PDT) In-Reply-To: <201006262229.09747.hselasky@c2i.net> References: <201006262229.09747.hselasky@c2i.net> Date: Sat, 26 Jun 2010 13:45:47 -0700 Message-ID: From: Garrett Cooper To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Patch for rc.d/devd on FreeBSD 9-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2010 20:45:48 -0000 On Sat, Jun 26, 2010 at 1:29 PM, Hans Petter Selasky 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