delete wrong patch
This commit is contained in:
parent
b9adf21bc5
commit
ef1ae661e7
34
debian/patches/60_nagios4_configs_readonly.patch
vendored
34
debian/patches/60_nagios4_configs_readonly.patch
vendored
@ -1,34 +0,0 @@
|
||||
--- nagiosql-3.0.3.orig/debian/patches/30_nagios3_configs_readonly.dpatch
|
||||
+++ nagiosql-3.0.3/debian/patches/30_nagios3_configs_readonly.dpatch
|
||||
@@ -0,0 +1,31 @@
|
||||
+#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
+## 30_nagios3_configs_readonly.dpatch by <wob@swobspace.eli.st-elisabeth.de>
|
||||
+##
|
||||
+## All lines beginning with `## DP:' are a description of the patch.
|
||||
+## DP: No description.
|
||||
+
|
||||
+@DPATCH@
|
||||
+diff -urNad nagiosql-3.0.3~/nagiosql3/admin/domain.php nagiosql-3.0.3/nagiosql3/admin/domain.php
|
||||
+--- nagiosql-3.0.3~/nagiosql3/admin/domain.php 2009-04-28 15:02:27.000000000 +0200
|
||||
++++ nagiosql-3.0.3/nagiosql3/admin/domain.php 2009-06-14 14:18:09.000000000 +0200
|
||||
+@@ -154,11 +154,11 @@
|
||||
+ }
|
||||
+ // Nagios base configuration files
|
||||
+ if (isset($chkInsNagiosBaseDir)) {
|
||||
+- if (! is_writable($chkInsNagiosBaseDir."nagios.cfg")) {
|
||||
++ if (! is_readable($chkInsNagiosBaseDir."nagios.cfg")) {
|
||||
+ $permissionerror .= $chkInsNagiosBaseDir."nagios.cfg ".gettext("is not writeable")."<br>";
|
||||
+ $isanerror=1;
|
||||
+ }
|
||||
+- if (! is_writable($chkInsNagiosBaseDir."cgi.cfg")) {
|
||||
++ if (! is_readable($chkInsNagiosBaseDir."cgi.cfg")) {
|
||||
+ $permissionerror .= $chkInsNagiosBaseDir."cgi.cfg ".gettext("is not writeable")."<br>";
|
||||
+ $isanerror=1;
|
||||
+ }
|
||||
+@@ -411,4 +411,4 @@
|
||||
+ $maintp->setVariable("VERSION_INFO","<a href='http://www.nagiosql.org' target='_blank'>NagiosQL</a> - Version: $setFileVersion");
|
||||
+ $maintp->parse("footer");
|
||||
+ $maintp->show("footer");
|
||||
+-?>
|
||||
+\ No newline at end of file
|
||||
++?>
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -4,4 +4,3 @@
|
||||
31_service_pack_3_additional_fixes_only_mysqli.patch
|
||||
40_settings_php.patch
|
||||
50_nagios4_debian_pathes.patch
|
||||
60_nagios4_configs_readonly.patch
|
Loading…
Reference in New Issue
Block a user