while hunting down the problem that my diskless configuration is not
starting the loopback interface i came about the following:

rcorder does not list network, but it does network_ipv6
further checking reveals:

in /etc/rc.d/dhclient:
        # PROVIDE: dhclient
        # REQUIRE: network netif mountcritlocal
        # BEFORE:  NETWORKING
and
in /etc/rc.d/NETWORKING:
        # PROVIDE: NETWORKING NETWORK
        # REQUIRE: network dhclient altqd netif routing network_ipv6 isdnd ppp-user
        # REQUIRE: routed mrouted route6d mroute6d

no amount of efford has succeeded in getting network on the rcorder list, i.e:
in /etc/rc.d/amd
        # PROVIDE: amd
        # REQUIRE: network rpcbind mountall nfsclient
        # BEFORE: DAEMON

does not have the requiered effect, so how can i get network to run?
(the logic says that it should not requiere network, since nfsclient does).

danny


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to