opnsense-ports/databases/opentsdb/files/patch-src_utils_Config.java
Franco Fichtner ab0c415e58 */*: sync with upstream
Taken from: FreeBSD
2015-11-07 09:50:56 +01:00

10 lines
379 B
Java

--- src/utils/Config.java.orig 2015-11-04 10:25:48 UTC
+++ src/utils/Config.java
@@ -509,6 +509,7 @@ public class Config {
} else {
file_locations.add("/etc/opentsdb.conf");
file_locations.add("/etc/opentsdb/opentsdb.conf");
+ file_locations.add("%%PREFIX%%/etc/opentsdb/opentsdb.conf");
file_locations.add("/opt/opentsdb/opentsdb.conf");
}