34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
@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
|
|
%%IPV6%%etc/dhcpd6.conf.example
|
|
%%IPV6%%@exec if [ ! -f %D/etc/dhcpd6.conf ] ; then cp -p %D/%F %B/dhcpd6.conf; fi
|
|
%%IPV6%%etc/rc.d/isc-dhcpd6
|
|
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
|
|
include/omapip/buffer.h
|
|
include/omapip/omapip.h
|
|
include/omapip/omapip_p.h
|
|
include/omapip/hash.h
|
|
include/omapip/trace.h
|
|
include/omapip/convert.h
|
|
include/omapip/isclib.h
|
|
include/omapip/result.h
|
|
lib/libdhcpctl.a
|
|
lib/libomapi.a
|
|
lib/libdst.a
|
|
%%LDAP%%%%SCHEMA_DIR%%/dhcp.schema
|