Deleted Added
full compact
NETWORKING (117020) NETWORKING (124616)
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 117020 2003-06-29 05:15:57Z mtm $
4# $FreeBSD: head/etc/rc.d/NETWORKING 124616 2004-01-17 10:16:38Z mtm $
5#
6
7# PROVIDE: NETWORKING NETWORK
8# REQUIRE: network dhclient altqd netif routing network_ipv6 isdnd ppp-user
9# REQUIRE: routed mrouted route6d mroute6d
5#
6
7# PROVIDE: NETWORKING NETWORK
8# REQUIRE: network dhclient altqd netif routing network_ipv6 isdnd ppp-user
9# REQUIRE: routed mrouted route6d mroute6d
10# KEYWORD: FreeBSD NetBSD
10# KEYWORD: FreeBSD
11
12# This is a dummy dependency, for services which require networking
13# to be operational before starting.
11
12# This is a dummy dependency, for services which require networking
13# to be operational before starting.