wok-6.x diff awstats-hotspot/receipt @ rev 18724

lynis 2.1.1 + receipt change: download at new place, but website link works still
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Dec 18 13:06:39 2015 +0000 (2015-12-18)
parents d5f9f516b706
children a6f7b6b890c2
line diff
     1.1 --- a/awstats-hotspot/receipt	Fri Dec 04 16:32:53 2015 +0200
     1.2 +++ b/awstats-hotspot/receipt	Fri Dec 18 13:06:39 2015 +0000
     1.3 @@ -24,6 +24,7 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	# FIXME root
     1.8 -	grep -l loghotspot.sh /etc/awstats/*.conf | xargs rm -f
     1.9 +	cd "$1/"
    1.10 +	grep -l loghotspot.sh etc/awstats/*.conf | xargs rm -f
    1.11 +	cd - > /dev/null
    1.12  }