wok-6.x diff bind-client/receipt @ rev 18940

Up musl-libc (1.1.14) CVE-2015-1817
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 02 11:58:42 2016 +0100 (2016-03-02)
parents ea94058cfe7f
children 3af6a1c93f35
line diff
     1.1 --- a/bind-client/receipt	Tue Dec 09 18:22:52 2014 +0100
     1.2 +++ b/bind-client/receipt	Wed Mar 02 11:58:42 2016 +0100
     1.3 @@ -18,14 +18,7 @@
     1.4  	cp -a $install/usr/bin $fs/usr
     1.5  }
     1.6  
     1.7 -# Overlap busybox
     1.8 -pre_install()
     1.9 -{
    1.10 -	rm -f $1/usr/bin/nslookup
    1.11 -}
    1.12 -
    1.13  post_remove()
    1.14  {
    1.15 -	ln -s /bin/busybox $1/usr/bin/nslookup
    1.16 +	ln -s /bin/busybox "$1/usr/bin/nslookup"
    1.17  }
    1.18 -