2000-11-22 01:26:04 +01:00
|
|
|
@comment $FreeBSD$
|
2001-02-17 15:17:30 +01:00
|
|
|
etc/dhclient.conf.sample
|
|
|
|
etc/dhcpd.conf.sample
|
2000-12-13 09:26:16 +01:00
|
|
|
etc/rc.d/isc-dhcpd.sh.sample
|
2001-02-17 15:17:30 +01:00
|
|
|
include/dhcpctl.h
|
2000-12-23 19:53:58 +01:00
|
|
|
include/isc/boolean.h
|
|
|
|
include/isc/dst.h
|
|
|
|
include/isc/int.h
|
|
|
|
include/isc/lang.h
|
|
|
|
include/isc/list.h
|
|
|
|
include/isc/result.h
|
|
|
|
include/isc/types.h
|
|
|
|
include/omapip/alloc.h
|
|
|
|
include/omapip/buffer.h
|
|
|
|
include/omapip/omapip.h
|
2000-12-19 21:07:52 +01:00
|
|
|
lib/libdhcpctl.a
|
2001-02-17 15:17:30 +01:00
|
|
|
lib/libomapi.a
|
|
|
|
sbin/dhclient
|
|
|
|
sbin/dhclient-script
|
|
|
|
sbin/dhcpd
|
|
|
|
sbin/dhcrelay
|
|
|
|
share/doc/isc-dhcp3/CHANGES
|
|
|
|
share/doc/isc-dhcp3/COPYRIGHT
|
|
|
|
share/doc/isc-dhcp3/README
|
|
|
|
share/doc/isc-dhcp3/RELNOTES
|
|
|
|
@dirrm include/isc
|
|
|
|
@dirrm include/omapip
|
|
|
|
@dirrm share/doc/isc-dhcp3
|
|
|
|
@exec [ -f /var/db/dhclient.leases ] || touch /var/db/dhclient.leases
|
|
|
|
@unexec [ -s /var/db/dhclient.leases ] || rm -f /var/db/dhclient.leases
|
|
|
|
@exec [ -f /var/db/dhcpd.leases ] || touch /var/db/dhcpd.leases
|
|
|
|
@unexec [ -s /var/db/dhcpd.leases ] || rm -f /var/db/dhcpd.leases
|
|
|
|
@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
|