Deleted Added
full compact
dhclient (136224) dhclient (140339)
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 136224 2004-10-07 13:55:26Z mtm $
4# $FreeBSD: head/etc/rc.d/dhclient 140339 2005-01-16 03:12:03Z obrien $
5#
6
7# PROVIDE: dhclient
5#
6
7# PROVIDE: dhclient
8# REQUIRE: netif ipfw ipfilter mountcritlocal
8# REQUIRE: netif ipfw ipfilter mountcritlocal cleanvar
9# BEFORE: NETWORKING
10# KEYWORD: nojail
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

--- 97 unchanged lines hidden ---
9# BEFORE: NETWORKING
10# KEYWORD: nojail
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

--- 97 unchanged lines hidden ---