summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios4/files/patch-html__main.php
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-08-21 13:49:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-08-21 13:49:09 +0000
commitb346baff91837eae87aa5829e7c5d7787ed4d4d4 (patch)
treeddb798182cdc71a0926bb9c67fdfd0656bd74bfd /net-mgmt/nagios4/files/patch-html__main.php
parent- Upgrade to 0.14. (diff)
Update to 4.1.1.
Use the new options targets, and replace most of the patches with sed. Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/nagios4/files/patch-html__main.php')
-rw-r--r--net-mgmt/nagios4/files/patch-html__main.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/nagios4/files/patch-html__main.php b/net-mgmt/nagios4/files/patch-html__main.php
index 5f9475c4d339..5a538519f102 100644
--- a/net-mgmt/nagios4/files/patch-html__main.php
+++ b/net-mgmt/nagios4/files/patch-html__main.php
@@ -1,10 +1,10 @@
---- html/main.php.orig 2014-08-12 15:00:01 UTC
+--- html/main.php.orig 2015-08-19 21:49:52 UTC
+++ html/main.php
-@@ -130,31 +130,6 @@ $this_year = '2014';
+@@ -130,31 +130,6 @@ $this_year = '2015';
<div class="product">Nagios<sup><span style="font-size: small;">&reg;</span></sup> Core<sup><span style="font-size: small;">&trade;</span></sup></div>
<div class="version">Version <?php echo $this_version; ?></div>
- <div class="releasedate">August 12, 2014</div>
-- <div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=<?php echo $this_version; ?>&amp;product=nagioscore" target="_blank">Check for updates</a></div>
+ <div class="releasedate">August 19, 2015</div>
+- <div class="checkforupdates"><a href="https://www.nagios.org/checkforupdates/?version=<?php echo $this_version; ?>&amp;product=nagioscore" target="_blank">Check for updates</a></div>
-</div>
-
-
@@ -15,7 +15,7 @@
-?>
- <div class="updatechecksdisabled">
- <div class="warningmessage">Warning: Automatic Update Checks are Disabled!</div>
-- <div class="submessage">Disabling update checks presents a possible security risk. Visit <a href="http://www.nagios.org/" target="_blank">nagios.org</a> to check for updates manually or enable update checks in your Nagios config file.</a></div>
+- <div class="submessage">Disabling update checks presents a possible security risk. Visit <a href="https://www.nagios.org/" target="_blank">nagios.org</a> to check for updates manually or enable update checks in your Nagios config file.</a></div>
- </div>
-<?php
- } else if (
@@ -24,7 +24,7 @@
-?>
- <div class="updateavailable">
- <div class="updatemessage">A new version of Nagios Core is available!</div>
-- <div class="submessage">Visit <a href="http://www.nagios.org/download/" target="_blank">nagios.org</a> to download Nagios <?php echo $updateinfo['update_version'];?>.</div>
+- <div class="submessage">Visit <a href="https://www.nagios.org/download/" target="_blank">nagios.org</a> to download Nagios <?php echo $updateinfo['update_version'];?>.</div>
- </div>
-<?php
- }