freebsd-skq/etc/rc.d/NETWORKING
Enji Cooper 98b9c9cef1 - Make NETWORKING depend on DNS/FIREWALL
- 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
2014-11-30 11:14:49 +00:00

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.