wok diff ccid/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 76b72f1ad63c
children 970c5ec9a60a
line diff
     1.1 --- a/ccid/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/ccid/receipt	Tue Mar 27 11:09:07 2018 +0000
     1.3 @@ -43,9 +43,9 @@
     1.4  post_install()
     1.5  {
     1.6  	# addgroup pcscd if needed                                                                                                                
     1.7 -	if ! grep -q pcscd $1/etc/group; then
     1.8 +	if ! grep -q pcscd "$1/etc/group"; then
     1.9  		echo -n "Adding group pcscd..."
    1.10 -		chroot $1/ addgroup pcscd
    1.11 +		chroot "$1/" addgroup pcscd
    1.12  		status
    1.13  	fi
    1.14  }