dhclient revision 98184
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 98184 2002-06-13 22:14:37Z gordon $
5#
6
7# PROVIDE: dhclient
8# REQUIRE: network mountcritlocal
9# BEFORE:  NETWORKING
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"
24