wok diff dansguardian/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 380ffe05937a
children 874e0cca7eba
line diff
     1.1 --- a/dansguardian/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/dansguardian/receipt	Tue Mar 27 11:09:07 2018 +0000
     1.3 @@ -41,7 +41,5 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -		local root
     1.8 -	root=$1
     1.9 -	chown nobody.nogroup $root/var/log/dansguardian 
    1.10 +	chown nobody.nogroup "$1/var/log/dansguardian"
    1.11  }