dhclient revision 78345
1#!/bin/sh
2#
3# $NetBSD: dhclient,v 1.6 2000/07/26 00:11:49 lukem Exp $
4#
5
6# PROVIDE: dhclient
7# REQUIRE: network mountcritlocal
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"
22