wok diff mk-livestatus/receipt @ rev 18730

Quote root dir in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 20 15:13:45 2015 +0100 (2015-12-20)
parents f13bd223c231
children 6fab3264ba87
line diff
     1.1 --- a/mk-livestatus/receipt	Sat Dec 07 14:51:10 2013 +0000
     1.2 +++ b/mk-livestatus/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.3 @@ -33,7 +33,7 @@
     1.4  {
     1.5  	echo "Processing post-install commands..."
     1.6  	# Modify nagios config
     1.7 -	cat <<EOT>> $1/etc/nagios/nagios.cfg
     1.8 +	cat <<EOT>> "$1/etc/nagios/nagios.cfg"
     1.9  broker_module=/usr/lib/mk-livestatus/livestatus.o /var/lib/nagios/rw/live
    1.10  event_broker_options=-1
    1.11  EOT