pkgsrc/net/isc-dhcp4/patches/patch-aa
adrianp cd2190897b Update to 4.1.0
ISC DHCP 4.1.x will have several new DHCPv6 features that were not in DHCP 4.0.x. These new features include:

* Support for the rapid-commit option on the client side
* Prefix Delegation support
* IA_TA address support
* A basic DHCPv6 relay agent
* basic DHCPv6 Leasequery support
2009-01-04 00:56:32 +00:00

18 lines
679 B
Text

$NetBSD: patch-aa,v 1.2 2009/01/04 00:56:32 adrianp Exp $
--- server/Makefile.in.orig 2008-12-05 20:14:57.000000000 +0000
+++ server/Makefile.in
@@ -360,13 +360,6 @@ uninstall-man8:
done
install-dist_sysconfDATA: $(dist_sysconf_DATA)
@$(NORMAL_INSTALL)
- test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
- @list='$(dist_sysconf_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
- $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
- done
uninstall-dist_sysconfDATA:
@$(NORMAL_UNINSTALL)