updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / xtide / xtide-2.11-aur.patch
blobe744425e1c2a8700ff29c70ecc2c6ef06c3bd128
1 diff -Naur xtide-2.11/Global.cc xtide-2.11-aur/Global.cc
2 --- xtide-2.11/Global.cc 2009-12-22 15:56:58.000000000 -0800
3 +++ xtide-2.11-aur/Global.cc 2010-09-02 13:54:55.000000000 -0700
4 @@ -203,7 +203,7 @@
5 #ifdef UseLocalFiles
6 static const char confFile[] = "xtide.conf";
7 #else
8 - static const char confFile[] = "/etc/xtide.conf";
9 + static const char confFile[] = "/etc/xtide/xtide.conf";
10 #endif
11 static bool firstCall (true);
12 static SafeVector<Dstr> xtideConfLines (2U);
13 @@ -390,10 +390,10 @@
14 break;
15 case Error::NO_HFILE_PATH:
16 text_out += "NO_HFILE_PATH\n\
17 -If /etc/xtide.conf is not provided, you must set the environment variable\n\
18 +If /etc/xtide/xtide.conf is not provided, you must set the environment variable\n\
19 HFILE_PATH to point to your harmonics files. Example:\n\
20 export HFILE_PATH=/usr/local/share/xtide/harmonics.tcd\n\
21 -Please refer to the documentation for usage of /etc/xtide.conf.";
22 +Please refer to the documentation for usage of /etc/xtide/xtide.conf.";
23 break;
24 case Error::NO_HFILE_IN_PATH:
25 text_out += "NO_HFILE_IN_PATH\n\