2004-06-26 10:46:05 +02:00
|
|
|
@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp40-client/Attic/pkg-plist,v 1.3 2004-06-26 08:46:05 eik Exp $
|
2004-01-18 00:43:51 +01:00
|
|
|
etc/dhclient.conf.sample
|
|
|
|
@exec [ -f %D/etc/dhclient.conf ] || touch %D/etc/dhclient.conf
|
|
|
|
@unexec [ -L %D/etc/dhclient.conf -o -s %D/etc/dhclient.conf ] || rm -f %D/etc/dhclient.conf
|
|
|
|
sbin/dhclient
|
|
|
|
sbin/dhclient-script
|
|
|
|
@exec [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases
|
|
|
|
@unexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases
|