net/freenet6: rcorder Circular Dependency

J.R. Oldroyd fbsd at opal.com
Wed May 20 16:07:09 UTC 2009


Hi Edwin,

The freenet6 port's rc.d file introduces a circular dependency in
the rc ordering:

rcorder /etc/rc.d/* /usr/local/etc/rc.d/freenet6
rcorder: Circular dependency on file `/usr/local/etc/rc.d/freenet6'.
rcorder: Circular dependency on provision `named' in file `/usr/local/etc/rc.d/freenet6'.
rcorder: Circular dependency on file `/etc/rc.d/devd'.
rcorder: Circular dependency on provision `network_ipv6' in file `/etc/rc.d/devd'.
rcorder: Circular dependency on provision `network_ipv6' in file `/etc/rc.d/mroute6d'.
rcorder: Circular dependency on provision `network_ipv6' in file `/etc/rc.d/route6d'.
rcorder: Circular dependency on provision `network_ipv6' in file `/etc/rc.d/NETWORKING'.

This causes system boot to fail because netif/syslogd/named are now
started in the wrong order.

	-jr



More information about the freebsd-ports-bugs mailing list