diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-03-26 17:27:24 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-03-26 17:27:24 +0000 |
commit | ed7127a511f49ded90c608d80e713304b8ef8cf3 (patch) | |
tree | 17ca4efef172658bab3ec02466e80754ff5b8eaf /net/isc-dhcp43-server/pkg-plist | |
parent | 9fa06126e0d67f5bd3842aec898be54de83ab874 (diff) |
Notes
Diffstat (limited to 'net/isc-dhcp43-server/pkg-plist')
-rw-r--r-- | net/isc-dhcp43-server/pkg-plist | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net/isc-dhcp43-server/pkg-plist b/net/isc-dhcp43-server/pkg-plist index c68d9fd7b1a8..1c8b406c3679 100644 --- a/net/isc-dhcp43-server/pkg-plist +++ b/net/isc-dhcp43-server/pkg-plist @@ -1,5 +1,5 @@ -@unexec if cmp -s %D/etc/dhcpd.conf.example %D/etc/dhcpd.conf; then rm -f %D/etc/dhcpd.conf; fi @unexec echo "You should stop the dhcpd and dhcpd6 daemons if you are permanently removing this port." +@unexec if cmp -s %D/etc/dhcpd.conf.example %D/etc/dhcpd.conf; then rm -f %D/etc/dhcpd.conf; fi etc/dhcpd.conf.example @exec if [ ! -f %D/etc/dhcpd.conf ] ; then cp -p %D/%F %B/dhcpd.conf; fi %%IPV6%%@unexec if cmp -s %D/etc/dhcpd6.conf.example %D/etc/dhcpd6.conf; then rm -f %D/etc/dhcpd6.conf; fi @@ -9,6 +9,14 @@ etc/dhcpd.conf.example sbin/dhcpd bin/omshell %%LDAP%%bin/dhcpd-conf-to-ldap +man/man1/omshell.1.gz +man/man3/dhcpctl.3.gz +man/man3/omapi.3.gz +man/man5/dhcpd.conf.5.gz +man/man5/dhcpd.leases.5.gz +man/man5/dhcp-eval.5.gz +man/man5/dhcp-options.5.gz +man/man8/dhcpd.8.gz include/dhcpctl.h include/isc-dhcp/dst.h include/omapip/alloc.h |