wok-current diff bind/receipt @ rev 14532
openssh: privsep-path fixs no start
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun May 19 00:48:28 2013 +0000 (2013-05-19) |
parents | 641d98dacf82 |
children | e9130cce9043 |
line diff
1.1 --- a/bind/receipt Thu Apr 19 21:41:08 2012 +0000 1.2 +++ b/bind/receipt Sun May 19 00:48:28 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bind" 1.7 -VERSION="9.9.0" 1.8 +VERSION="9.9.2-P2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Domain Name System daemon." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -31,8 +31,8 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr $fs/var/cache/bind 1.16 - cp -a $_pkg/usr/sbin $fs/usr 1.17 - cp -a $_pkg/etc $fs 1.18 + cp -a $install/usr/sbin $fs/usr 1.19 + cp -a $install/etc $fs 1.20 cp -a $stuff/etc $fs 1.21 } 1.22