- Make local_unbound provide DNS - Make ipfs, ipfw, and pf provide FIREWALL - Make securelevel require FIREWALL - Remove ipfs/ipfilter requirement from netif to avoid circular dependency with those services
13 lines
272 B
Bash
Executable File
13 lines
272 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: netif netoptions routing DNS FIREWALL
|
|
# REQUIRE: defaultroute resolv bridge
|
|
# REQUIRE: static_arp
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|