Drop main() prototype. Syncs with NetBSD-8
[minix.git] / etc / rc.d / dhclient
blobcd71665dee445e33422c0b2e43c087252ca612f6
1 #!/bin/sh
3 # $NetBSD: dhclient,v 1.9 2004/08/13 18:08:03 mycroft Exp $
6 # PROVIDE: dhclient
7 # REQUIRE: network mountcritlocal
8 # BEFORE: NETWORKING
10 # Note that there no syslog logging of dhclient messages at boot because
11 # dhclient needs to start before services that syslog depends upon do.
14 $_rc_subr_loaded . /etc/rc.subr
16 name="dhclient"
17 rcvar=$name
18 command="/sbin/${name}"
19 pidfile="/var/run/${name}.pid"
21 load_rc_config $name
22 run_rc_command "$1"