wok-next diff mk-livestatus/receipt @ rev 20645

Up libjpeg-turbo (1.5.3), libpng16 (1.6.34), libraw (0.18.7), shared-mime-info (1.9), tree (1.7.0), xapian (1.4.5); add time.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 01 23:19:32 2018 +0300 (2018-05-01)
parents 9e01bc6321ea
children 306a4f258013
line diff
     1.1 --- a/mk-livestatus/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/mk-livestatus/receipt	Tue May 01 23:19:32 2018 +0300
     1.3 @@ -16,7 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure &&
     1.9  	make && make -j1 install
    1.10  }
    1.11 @@ -31,9 +30,8 @@
    1.12  
    1.13  post_install()
    1.14  {
    1.15 -	echo "Processing post-install commands..."
    1.16  	# Modify nagios config
    1.17 -	cat <<EOT>> "$1/etc/nagios/nagios.cfg"
    1.18 +	cat >> "$1/etc/nagios/nagios.cfg" <<EOT
    1.19  broker_module=/usr/lib/mk-livestatus/livestatus.o /var/lib/nagios/rw/live
    1.20  event_broker_options=-1
    1.21  EOT