dhclient does not, in fact, require /var/db/dhclient.leases to exist.

This commit is contained in:
thorpej 2000-04-06 17:19:13 +00:00
parent cae6a3d2a4
commit 93f24178a7

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: dhclient,v 1.2 2000/03/15 03:15:47 fvdl Exp $
# $NetBSD: dhclient,v 1.3 2000/04/06 17:19:13 thorpej Exp $
#
# PROVIDE: dhclient
@ -12,6 +12,6 @@
name="dhclient"
command="/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/${name}.conf /var/db/${name}.leases"
required_files="/etc/${name}.conf"
run_rc_command "$1"