summaryrefslogtreecommitdiff
path: root/comms/qtel/files/patch-svxlink-svxlink-svxlink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'comms/qtel/files/patch-svxlink-svxlink-svxlink.cpp')
-rw-r--r--comms/qtel/files/patch-svxlink-svxlink-svxlink.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/comms/qtel/files/patch-svxlink-svxlink-svxlink.cpp b/comms/qtel/files/patch-svxlink-svxlink-svxlink.cpp
deleted file mode 100644
index 695dbfc84e29..000000000000
--- a/comms/qtel/files/patch-svxlink-svxlink-svxlink.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
---- ../svxlink-11.05.orig/svxlink/svxlink/svxlink.cpp 2011-04-21 05:46:47.000000000 -0700
-+++ svxlink/svxlink/svxlink.cpp 2012-05-28 10:27:55.000000000 -0700
-@@ -345,16 +345,16 @@
- cfg_filename += "/.svxlink/svxlink.conf";
- if (!cfg.open(cfg_filename))
- {
-- cfg_filename = "/etc/svxlink/svxlink.conf";
-+ cfg_filename = "%%LOCALBASE%%/etc/svxlink/svxlink.conf";
- if (!cfg.open(cfg_filename))
- {
-- cfg_filename = "/etc/svxlink.conf";
-+ cfg_filename = "%%LOCALBASE%%/etc/svxlink.conf";
- if (!cfg.open(cfg_filename))
- {
- cerr << "*** ERROR: Could not open configuration file. Tried:\n"
- << "\t" << home_dir << "/.svxlink/svxlink.conf\n"
-- << "\t/etc/svxlink/svxlink.conf\n"
-- << "\t/etc/svxlink.conf\n"
-+ << "\t%%LOCALBASE%%/etc/svxlink/svxlink.conf\n"
-+ << "\t%%LOCALBASE%%/etc/svxlink.conf\n"
- << "Possible reasons for failure are: None of the files exist,\n"
- << "you do not have permission to read the file or there was a\n"
- << "syntax error in the file\n";