mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
06118b48d0
a new defaultroute script that just does the wait. The previous attempt created a circular dependency through network_ipv6. Pointy hat to: brooks
12 lines
279 B
Bash
12 lines
279 B
Bash
#!/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.
|