blob: 402e20927a4c8d58168efc72a45e3e3cfa1f8443 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
#
#
# PROVIDE: NETWORKING NETWORK
# REQUIRE: netif netwait netoptions routing ppp ipfw stf
# REQUIRE: defaultroute route6d resolv bridge
# REQUIRE: static_arp static_ndp
# This is a dummy dependency, for services which require networking
# to be operational before starting.
|