1f2c9d2f15
Approved by: re (blanket)
13 lines
335 B
Bash
Executable File
13 lines
335 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: netif netoptions routing ppp ipfw stf faith
|
|
# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv bridge
|
|
# REQUIRE: static_arp static_ndp local_unbound
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|