wok view dhcp6-client/receipt @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
| author | Aleksej Bobylev <al.bobylev@gmail.com> | 
|---|---|
| date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) | 
| parents | 7008b10a1996 | 
| children | 624fe47fb580 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="dhcp6-client"
     4 VERSION="4.2.2"
     5 CATEGORY="network"
     6 SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support."
     7 MAINTAINER="pascal.bellard@slitaz.org"
     8 LICENSE="ISC"
     9 WEB_SITE="http://www.isc.org/products/DHCP/"
    10 WANTED="dhcp6"
    11 DEPENDS="libcrypto"
    12 CONFIG_FILES="/etc/dhclient.conf"
    13 PROVIDE="dhcp-client"
    15 # Rules to gen a SliTaz package suitable for Tazpkg.
    16 genpkg_rules()
    17 {
    18 	mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
    19 	cp $install/etc/dhclient.conf $fs/etc
    20 	cp $src/client/scripts/linux $fs/etc/dhclient-script
    21 	cp $install/usr/sbin/dhclient $fs/usr/sbin
    22 	cp $install/usr/bin/omshell $fs/usr/bin
    23 }