f413242b51
in NETWORKING to BEFORE: in the script MFC after: 2 weeks
13 lines
307 B
Bash
Executable File
13 lines
307 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: netif netoptions routing ppp ipfw stf
|
|
# REQUIRE: defaultroute routed route6d mroute6d resolv bridge
|
|
# REQUIRE: static_arp static_ndp
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|