From: <abe...@us...> - 2015-10-30 12:43:31
|
Revision: 7295 http://sourceforge.net/p/astlinux/code/7295 Author: abelbeck Date: 2015-10-30 12:43:29 +0000 (Fri, 30 Oct 2015) Log Message: ----------- wide-dhcpv6, don't build/install dhcp6ctl since we don't really need it Modified Paths: -------------- branches/1.0/package/wide-dhcpv6/wide-dhcpv6.mk Modified: branches/1.0/package/wide-dhcpv6/wide-dhcpv6.mk =================================================================== --- branches/1.0/package/wide-dhcpv6/wide-dhcpv6.mk 2015-10-28 17:23:39 UTC (rev 7294) +++ branches/1.0/package/wide-dhcpv6/wide-dhcpv6.mk 2015-10-30 12:43:29 UTC (rev 7295) @@ -13,12 +13,11 @@ --sysconfdir=/etc/wide-dhcpv6 \ ac_cv_func_setpgrp_void=yes -## Only build client and control -WIDE_DHCPV6_MAKE_OPT = dhcp6c dhcp6ctl +## Only build client +WIDE_DHCPV6_MAKE_OPT = dhcp6c define WIDE_DHCPV6_INSTALL_TARGET_CMDS $(INSTALL) -D -m 0755 $(@D)/dhcp6c $(TARGET_DIR)/usr/sbin/ - $(INSTALL) -D -m 0755 $(@D)/dhcp6ctl $(TARGET_DIR)/usr/sbin/ ln -sf /tmp/etc/wide-dhcpv6 $(TARGET_DIR)/etc/wide-dhcpv6 endef @@ -26,7 +25,6 @@ define WIDE_DHCPV6_UNINSTALL_TARGET_CMDS rm -f $(TARGET_DIR)/usr/sbin/dhcp6c - rm -f $(TARGET_DIR)/usr/sbin/dhcp6ctl rm -f $(TARGET_DIR)/etc/wide-dhcpv6 endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |