Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2007 07:42:10 -0500
From:      JD Bronson <jbronson@sixcompanies.com>
To:        freebsd-stable@freebsd.org
Subject:   /etc/rc.d after cvsup yesterday?
Message-ID:  <200705251242.l4PCg9Eo003842@cheyenne.sixcompanies.com>

next in thread | raw e-mail | index | archive | help
I noticed after cvsup'ing the other day (6.2-stable) that /etc/rc.d 
now has some issues:

# rcorder /usr/src/etc/rc.d/*
rcorder: requirement `zfs' in file `/usr/src/etc/rc.d/FILESYSTEMS' 
has no providers.

(removing 'zfs' in FILESYSTEMS fixes this)

and then this later on with rcorder:
..
...
/usr/src/etc/rc.d/routed
rcorder: Circular dependency on provision `mountcritremote' in file 
`/usr/src/etc/rc.d/archdep'.


So to fix this (for now) I just changed the REQUIRE from 
'mountcritremote' to 'routed' and that seems to be OK for me.

Anyone else notice this?

-JD




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