5d595cb88e
- Add rc.d/stf and rc.d/faith for stf(4) and faith(4). - Remove rc.d/auto_linklocal and rc.d/network_ipv6. - Move rc.d/sysctl to just before FILESYSTEMS because rc.d/netif depends on some sysctl variables. Reviewed by: brooks MFC after: 3 days
12 lines
281 B
Bash
Executable File
12 lines
281 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
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|