aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nfsen-devel/files/patch-html_alerting.php
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nfsen-devel/files/patch-html_alerting.php')
-rw-r--r--net-mgmt/nfsen-devel/files/patch-html_alerting.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-mgmt/nfsen-devel/files/patch-html_alerting.php b/net-mgmt/nfsen-devel/files/patch-html_alerting.php
deleted file mode 100644
index 624067699a06..000000000000
--- a/net-mgmt/nfsen-devel/files/patch-html_alerting.php
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- html/alerting.php.orig
-+++ html/alerting.php
-@@ -449,6 +449,7 @@
- foreach ( $alert_condition_plugin as $plugin) {
- $selected = $alert['condition'][0] == $plugin ? 'selected' : '';
- print " <option value='$i' $selected>" . $plugin . "</option>\n";
-+ $i++;
- }
- }
- ?>