b76f9cb7bc
mrouted has been available in ports for the last 8 years as net/mrouted . An equivalent rc.d script has been present in the port. Remove all corresponding variables from etc/defaults/rc.conf Relnotes: yes
13 lines
321 B
Bash
Executable File
13 lines
321 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 local_unbound
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|