7509bb00fb
Noticed by: kris via bento
8 lines
472 B
Text
8 lines
472 B
Text
@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp40-client/Attic/pkg-plist,v 1.3 2004-06-26 08:46:05 eik Exp $
|
|
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
|