Deleted Added
full compact
NETWORKING (179315) NETWORKING (179566)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/NETWORKING 179315 2008-05-26 10:40:09Z bz $
3# $FreeBSD: head/etc/rc.d/NETWORKING 179566 2008-06-05 17:26:47Z brooks $
4#
5
6# PROVIDE: NETWORKING NETWORK
7# REQUIRE: netif netoptions routing network_ipv6 ppp
4#
5
6# PROVIDE: NETWORKING NETWORK
7# REQUIRE: netif netoptions routing network_ipv6 ppp
8# REQUIRE: routed mrouted route6d mroute6d resolv
8# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv
9
10# This is a dummy dependency, for services which require networking
11# to be operational before starting.
9
10# This is a dummy dependency, for services which require networking
11# to be operational before starting.