Deleted Added
full compact
dhclient (126392) dhclient (126636)
1#!/bin/sh
2#
3# $NetBSD: dhclient,v 1.8 2002/03/22 04:33:58 thorpej Exp $
1#!/bin/sh
2#
3# $NetBSD: dhclient,v 1.8 2002/03/22 04:33:58 thorpej Exp $
4# $FreeBSD: head/etc/rc.d/dhclient 126392 2004-02-29 01:42:48Z green $
4# $FreeBSD: head/etc/rc.d/dhclient 126636 2004-03-05 07:43:38Z mtm $
5#
6
7# PROVIDE: dhclient
5#
6
7# PROVIDE: dhclient
8# REQUIRE: network netif ipfw ipfilter mountcritlocal
8# REQUIRE: netif ipfw ipfilter mountcritlocal
9# BEFORE: NETWORKING
10# KEYWORD: FreeBSD
11#
12# Note that there no syslog logging of dhclient messages at boot because
13# dhclient needs to start before services that syslog depends upon do.
14#
15
16. /etc/rc.subr

--- 98 unchanged lines hidden ---
9# BEFORE: NETWORKING
10# KEYWORD: FreeBSD
11#
12# Note that there no syslog logging of dhclient messages at boot because
13# dhclient needs to start before services that syslog depends upon do.
14#
15
16. /etc/rc.subr

--- 98 unchanged lines hidden ---