From: Jacek Konieczny Date: Mon, 10 Dec 2012 07:44:06 +0000 (+0100) Subject: Unrelated changes removed from -undefined_variable_subject.patch X-Git-Tag: auto/th/cacti-plugin-thold-0.5.0-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcacti-plugin-thold.git;a=commitdiff_plain;h=fd23a27d5f8cec0acbe0604d77a8538437146f77 Unrelated changes removed from -undefined_variable_subject.patch --- diff --git a/cacti-plugin-thold-undefined_variable_subject.patch b/cacti-plugin-thold-undefined_variable_subject.patch index dc78734..a6e5e58 100644 --- a/cacti-plugin-thold-undefined_variable_subject.patch +++ b/cacti-plugin-thold-undefined_variable_subject.patch @@ -17,12 +17,4 @@ diff -dur cacti-plugin-thold-0.4.9.orig/thold/thold_functions.php cacti-plugin-t if ($logset == 1) { logger($item['name'], $breach_up, ($breach_up ? $item['thold_hi'] : $item['thold_low']), $currentval, $item['bl_fail_trigger'], $item['bl_fail_count'], $url); -@@ -2032,7 +2035,7 @@ - $syslog_facility = LOG_DAEMON; - } - -- openlog('CactiTholdLog', LOG_PID | LOG_PERROR, $syslog_facility); -+ openlog('CactiTholdLog', LOG_PID, $syslog_facility); - - if (strval($breach_up) == 'ok') { - syslog($syslog_level, $desc . ' restored to normal with ' . $currentval . ' at trigger ' . $trigger . ' out of ' . $triggerct . " - ". $urlbreach); +