Deleted Added
full compact
NETWORKING (278704) NETWORKING (292752)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/NETWORKING 278704 2015-02-13 20:49:43Z ngie $
3# $FreeBSD: head/etc/rc.d/NETWORKING 292752 2015-12-26 18:21:32Z ian $
4#
5
6# PROVIDE: NETWORKING NETWORK
4#
5
6# PROVIDE: NETWORKING NETWORK
7# REQUIRE: netif netoptions routing ppp ipfw stf
7# REQUIRE: netif netwait netoptions routing ppp ipfw stf
8# REQUIRE: defaultroute routed route6d mroute6d resolv bridge
9# REQUIRE: static_arp static_ndp
10
11# This is a dummy dependency, for services which require networking
12# to be operational before starting.
8# REQUIRE: defaultroute routed route6d mroute6d resolv bridge
9# REQUIRE: static_arp static_ndp
10
11# This is a dummy dependency, for services which require networking
12# to be operational before starting.