Deleted Added
full compact
NETWORKING (180563) NETWORKING (195026)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/NETWORKING 180563 2008-07-16 19:22:48Z dougb $
3# $FreeBSD: head/etc/rc.d/NETWORKING 195026 2009-06-26 01:04:50Z dougb $
4#
5
6# PROVIDE: NETWORKING NETWORK
4#
5
6# PROVIDE: NETWORKING NETWORK
7# REQUIRE: netif netoptions routing network_ipv6 ppp
7# REQUIRE: netif netoptions routing network_ipv6 ppp ipfw
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.
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.