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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"