summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/symon/files/symon-syweb-class_lexer.inc.patch')
-rw-r--r--net-analyzer/symon/files/symon-syweb-class_lexer.inc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/symon/files/symon-syweb-class_lexer.inc.patch b/net-analyzer/symon/files/symon-syweb-class_lexer.inc.patch
new file mode 100644
index 000000000..86989fb24
--- /dev/null
+++ b/net-analyzer/symon/files/symon-syweb-class_lexer.inc.patch
@@ -0,0 +1,13 @@
+# comment layout test since they aren't installed by default (prevents configtest.php from failing)
+
+--- syweb/htdocs/syweb/class_lexer.inc.orig 2007-04-30 21:04:45.004493630 +0100
++++ syweb/htdocs/syweb/class_lexer.inc 2007-04-30 21:04:59.267317747 +0100
+@@ -245,7 +245,7 @@
+ function _test() {
+ global $symon;
+
+- $this->load('hifn_test.layout');
++ /* $this->load('hifn_test.layout'); */
+ while(!$this->eof) {
+ $token = $this->next_token();
+ }