From mwlucas@bewilderbeast.blackhelicopters.org  Sun Apr 22 23:43:51 2007
Return-Path: <mwlucas@bewilderbeast.blackhelicopters.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 162BE16A401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Apr 2007 23:43:51 +0000 (UTC)
	(envelope-from mwlucas@bewilderbeast.blackhelicopters.org)
Received: from bewilderbeast.blackhelicopters.org (bewilderbeast.blackhelicopters.org [198.22.63.8])
	by mx1.freebsd.org (Postfix) with ESMTP id 48D8913C44C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Apr 2007 23:43:48 +0000 (UTC)
	(envelope-from mwlucas@bewilderbeast.blackhelicopters.org)
Received: from bewilderbeast.blackhelicopters.org (localhost [127.0.0.1])
	by bewilderbeast.blackhelicopters.org (8.13.8/8.13.8) with ESMTP id l3MNVhso039469
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Apr 2007 19:31:44 -0400 (EDT)
	(envelope-from mwlucas@bewilderbeast.blackhelicopters.org)
Received: (from mwlucas@localhost)
	by bewilderbeast.blackhelicopters.org (8.13.8/8.13.8/Submit) id l3MNVhRR039468;
	Sun, 22 Apr 2007 19:31:43 -0400 (EDT)
	(envelope-from mwlucas)
Message-Id: <200704222331.l3MNVhRR039468@bewilderbeast.blackhelicopters.org>
Date: Sun, 22 Apr 2007 19:31:43 -0400 (EDT)
From: Michael W Lucas <mwlucas@blackhelicopters.org>
Reply-To: Michael W Lucas <mwlucas@blackhelicopters.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: bogus rcNG dependency in sysutils/hal
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112017
>Category:       ports
>Synopsis:       bogus rcNG dependency in sysutils/hal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 22 23:50:02 GMT 2007
>Closed-Date:    Sun Apr 22 23:56:34 GMT 2007
>Last-Modified:  Mon Apr 23 00:00:13 GMT 2007
>Originator:     Michael W Lucas
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
none
>Environment:
System:		FreeBSD stretchlimo.blackhelicopters.org 7.0-CURRENT FreeBSD 7.0-CURRENT #6: Fri Apr 20 22:31:41 EDT 2007     mwlucas@stretchlimo.blackhelicopters.org:/usr/obj/usr/src/sys/STRETCH  i386


>Description:

I have installed hal-0.5.8.20070403.

/usr/local/etc/rc.d/hald claims a dependency on usbd, which no longer
exists (at least on -current).

Shouldn't this be devd instead?


>How-To-Repeat:

rcorder /etc/rc.d/* /usr/local/etc/rc.d/* | head -10
rcorder: Circular dependency on provision `mountcritremote' in file `/etc/rc.d/archdep'.
rcorder: requirement `usbd' in file `/usr/local/etc/rc.d/hald' has no providers.

>Fix:

Replace usbd with devd in startup script.

OK, so this is possibly the most trivial ports PR ever, but I thought
I should file it anyway.  It might affect someone sometime, eventually.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 22 23:50:09 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112017 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun Apr 22 23:55:31 UTC 2007 
State-Changed-Why:  
devd has been added, but usbd cannot be removed yet since it is important 
to have it there for 5.X and 6.X systems.  hald and usbd will both compete 
for /dev/usb.  If the user wants usbd to work, it must be started before 
hald. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112017 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112017: commit references a PR
Date: Sun, 22 Apr 2007 23:55:35 +0000 (UTC)

 marcus      2007-04-22 23:55:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/hal         Makefile 
     sysutils/hal/files   hald.in 
   Log:
   Add devd to the list of hald's rc.d dependencies.  Note: we cannot remove
   usbd yet because 6.X and 5.X still have it, and if it is desired, then
   it should be started BEFORE hald.
   
   PR:             112017
   
   Revision  Changes    Path
   1.23      +1 -1      ports/sysutils/hal/Makefile
   1.4       +2 -2      ports/sysutils/hal/files/hald.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
