mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
5bec4f6e65
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.
|