Deleted Added
full compact
dhclient (78345) dhclient (98184)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $NetBSD: dhclient,v 1.6 2000/07/26 00:11:49 lukem Exp $
3# $NetBSD: dhclient,v 1.8 2002/03/22 04:33:58 thorpej Exp $
4# $FreeBSD: head/etc/rc.d/dhclient 98184 2002-06-13 22:14:37Z gordon $
4#
5
6# PROVIDE: dhclient
7# REQUIRE: network mountcritlocal
5#
6
7# PROVIDE: dhclient
8# REQUIRE: network mountcritlocal
9# BEFORE: NETWORKING
8#
9# Note that there no syslog logging of dhclient messages at boot because
10# dhclient needs to start before services that syslog depends upon do.
11#
12
13. /etc/rc.subr
14
15name="dhclient"
16rcvar=$name
17command="/sbin/${name}"
18pidfile="/var/run/${name}.pid"
19
20load_rc_config $name
21run_rc_command "$1"
10#
11# Note that there no syslog logging of dhclient messages at boot because
12# dhclient needs to start before services that syslog depends upon do.
13#
14
15. /etc/rc.subr
16
17name="dhclient"
18rcvar=$name
19command="/sbin/${name}"
20pidfile="/var/run/${name}.pid"
21
22load_rc_config $name
23run_rc_command "$1"