wok diff dhcp6-client/receipt @ rev 20835

updated dhcp6, dhcp6-client, and dhcp6-relay (4.2.2 -> 4.4.1)
author Hans-G?nter Theisgen
date Wed Feb 20 13:39:22 2019 +0100 (2019-02-20)
parents eb8067417980
children e05d978e5ab8
line diff
     1.1 --- a/dhcp6-client/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/dhcp6-client/receipt	Wed Feb 20 13:39:22 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dhcp6-client"
     1.7 -VERSION="4.2.2"
     1.8 +VERSION="4.4.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="ISC"
    1.13  WEB_SITE="http://www.isc.org/products/DHCP/"
    1.14 +
    1.15  WANTED="dhcp6"
    1.16  DEPENDS="libcrypto"
    1.17  CONFIG_FILES="/etc/dhclient.conf"
    1.18 @@ -16,9 +17,8 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
    1.22 -	cp $install/etc/dhclient.conf $fs/etc
    1.23 +	cp $install/etc/dhclient.conf.example $fs/etc/dhcpd.conf
    1.24  	cp $src/client/scripts/linux $fs/etc/dhclient-script
    1.25  	cp $install/usr/sbin/dhclient $fs/usr/sbin
    1.26  	cp $install/usr/bin/omshell $fs/usr/bin
    1.27  }
    1.28 -