mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
12 lines
279 B
Bash
Executable File
12 lines
279 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: netif netoptions routing network_ipv6 ppp
|
|
# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|