mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
bd166fa1a3
The ISC Dynamic Host Configuration Protocol Distribution provides a freely redistributable reference implementation of all aspects of the DHCP protocol, through a suite of DHCP tools: * A DHCP server (this port) * A DHCP client * A DHCP relay agent WWW: https://www.isc.org/products/DHCP/
12 lines
502 B
Plaintext
12 lines
502 B
Plaintext
sbin/dhclient
|
|
sbin/dhclient-script
|
|
man/man5/dhclient.conf.5.gz
|
|
man/man5/dhclient.leases.5.gz
|
|
man/man8/dhclient.8.gz
|
|
man/man8/dhclient-script.8.gz
|
|
@unexec if cmp -s %D/etc/dhclient.conf.example %D/etc/dhclient.conf; then rm -f %D/etc/dhclient.conf; fi
|
|
etc/dhclient.conf.example
|
|
@exec if [ ! -f %D/etc/dhclient.conf ] ; then cp -p %D/%F %B/dhclient.conf; fi
|
|
@exec [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases
|
|
@unexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases
|