Hello community,

here is the log from the commit of package nagios for openSUSE:Factory checked 
in at 2018-06-13 15:36:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nagios (Old)
 and      /work/SRC/openSUSE:Factory/.nagios.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nagios"

Wed Jun 13 15:36:04 2018 rev:8 rq:614948 version:4.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/nagios/nagios.changes    2018-03-12 
12:12:32.765708042 +0100
+++ /work/SRC/openSUSE:Factory/.nagios.new/nagios.changes       2018-06-13 
15:37:38.252430708 +0200
@@ -1,0 +2,5 @@
+Tue Jun  5 23:42:39 UTC 2018 - [email protected]
+
+- fix setting default values in nagios-exec-start-pre 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nagios-exec-start-pre ++++++
--- /var/tmp/diff_new_pack.Z3HDFG/_old  2018-06-13 15:37:39.352390227 +0200
+++ /var/tmp/diff_new_pack.Z3HDFG/_new  2018-06-13 15:37:39.356390080 +0200
@@ -32,18 +32,18 @@
 temp_path="$(get_var temp_path)"
 
 # use default values if above check doesn't work
-: ${check_result_path:-/var/spool/nagios}
-: ${command_file:-/var/spool/nagios/nagios.cmd}
-: ${lock_file:-/var/run/nagios/nagios.pid}
-: ${log_file:-/var/log/nagios/nagios.log}
-: ${nagios_user:-nagios}
-: ${nagios_group:-nagios}
-: ${nagios_cmdgrp:-nagcmd}
-: ${resource_file:-/etc/nagios/resource.cfg}
-: ${state_retention_file:-/var/log/nagios/retention.dat}
-: ${status_file:-/var/log/nagios/status.dat}
-: ${temp_file:-/var/log/nagios/nagios.tmp}
-: ${temp_path:-/var/run/nagios/tmp}
+: ${check_result_path:=/var/spool/nagios}
+: ${command_file:=/var/spool/nagios/nagios.cmd}
+: ${lock_file:=/var/run/nagios/nagios.pid}
+: ${log_file:=/var/log/nagios/nagios.log}
+: ${nagios_user:=nagios}
+: ${nagios_group:=nagios}
+: ${nagios_cmdgrp:=nagcmd}
+: ${resource_file:=/etc/nagios/resource.cfg}
+: ${state_retention_file:=/var/log/nagios/retention.dat}
+: ${status_file:=/var/log/nagios/status.dat}
+: ${temp_file:=/var/log/nagios/nagios.tmp}
+: ${temp_path:=/var/run/nagios/tmp}
 
 # remove some perhaps left over files
 for file in "$command_file" "$lock_file" "$status_file" "$temp_file"; do


Reply via email to