Deleted Added
full compact
NETWORKING (136224) NETWORKING (151806)
1#!/bin/sh
2#
3# $NetBSD: NETWORKING,v 1.2 2002/03/22 04:33:57 thorpej Exp $
1#!/bin/sh
2#
3# $NetBSD: NETWORKING,v 1.2 2002/03/22 04:33:57 thorpej Exp $
4# $FreeBSD: head/etc/rc.d/NETWORKING 136224 2004-10-07 13:55:26Z mtm $
4# $FreeBSD: head/etc/rc.d/NETWORKING 151806 2005-10-28 16:07:52Z yar $
5#
6
7# PROVIDE: NETWORKING NETWORK
5#
6
7# PROVIDE: NETWORKING NETWORK
8# REQUIRE: dhclient netif routing network_ipv6 isdnd ppp-user
8# REQUIRE: dhclient netif routing network_ipv6 isdnd ppp
9# REQUIRE: routed mrouted route6d mroute6d
10
11# This is a dummy dependency, for services which require networking
12# to be operational before starting.
9# REQUIRE: routed mrouted route6d mroute6d
10
11# This is a dummy dependency, for services which require networking
12# to be operational before starting.