wok diff dhcp-client/receipt @ rev 17193
nzbget: race condition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 07 16:16:49 2014 +0000 (2014-10-07) |
parents | c490d846d349 |
children | a1d1bad5f192 |
line diff
1.1 --- a/dhcp-client/receipt Mon Oct 17 02:48:46 2011 +0000 1.2 +++ b/dhcp-client/receipt Tue Oct 07 16:16:49 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Dynamic Host Configuration Protocol ISC client." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="ISC" 1.8 WEB_SITE="http://www.isc.org/products/DHCP/" 1.9 WANTED="dhcp" 1.10 DEPENDS="libcrypto" 1.11 @@ -14,9 +15,9 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc 1.15 - cp $_pkg/etc/dhclient.conf $fs/etc 1.16 + cp $install/etc/dhclient.conf $fs/etc 1.17 cp $src/client/scripts/linux $fs/etc/dhclient-script 1.18 - cp $_pkg/usr/sbin/dhclient $fs/usr/sbin 1.19 - cp $_pkg/usr/bin/omshell $fs/usr/bin 1.20 + cp $install/usr/sbin/dhclient $fs/usr/sbin 1.21 + cp $install/usr/bin/omshell $fs/usr/bin 1.22 } 1.23