wok-current diff bind/receipt @ rev 18895

fusecloop/create_compressed_fs: deduplicate (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 13 18:55:56 2016 +0100 (2016-02-13)
parents ea94058cfe7f
children edf927a09cd3
line diff
     1.1 --- a/bind/receipt	Tue Dec 09 18:22:52 2014 +0100
     1.2 +++ b/bind/receipt	Sat Feb 13 18:55:56 2016 +0100
     1.3 @@ -42,7 +42,7 @@
     1.4  post_install()
     1.5  {
     1.6  	localnets="192.168.0.0/16; 127.0.0.1;"
     1.7 -	grep -qs allow-recursion $1/etc/bind/named.conf.options ||
     1.8 +	grep -qs allow-recursion "$1/etc/bind/named.conf.options" ||
     1.9  	sed -i "s/.*directory.*/\\tallow-recursion { $localnets };\\n&/" \
    1.10 -		$1/etc/bind/named.conf.options
    1.11 +		"$1/etc/bind/named.conf.options"
    1.12  }