1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/isc-dhcp3-server/pkg-plist
Peter Pentchev 5306c9a613 Update to 3.0 RC 2 patch-level 1.
Install docs into a version-dependent dir.
Add a backup MASTER_SITE_SUBDIR.

PR:		26835
Submitted by:	maintainer
2001-04-25 12:13:34 +00:00

35 lines
1.1 KiB
Plaintext

@comment $FreeBSD$
etc/dhclient.conf.sample
etc/dhcpd.conf.sample
etc/rc.d/isc-dhcpd.sh.sample
include/dhcpctl.h
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
lib/libdhcpctl.a
lib/libomapi.a
sbin/dhclient
sbin/dhclient-script
sbin/dhcpd
sbin/dhcrelay
%%PORTDOCS%%share/doc/%%PKGBASE%%/CHANGES
%%PORTDOCS%%share/doc/%%PKGBASE%%/COPYRIGHT
%%PORTDOCS%%share/doc/%%PKGBASE%%/README
%%PORTDOCS%%share/doc/%%PKGBASE%%/RELNOTES
@dirrm include/isc
@dirrm include/omapip
%%PORTDOCS%%@dirrm share/doc/%%PKGBASE%%
@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