diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-28 20:44:23 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-28 20:44:23 +0000 |
commit | 5ca129a681526f90eb3fa86dbbf4eeddf18088c8 (patch) | |
tree | 32a202195e89d73243b8a925a12e3d17d3521203 /astro/xtide/files | |
parent | 95974dfc6c1aba144aa22e543a8bae37e96594fb (diff) |
Notes
Diffstat (limited to 'astro/xtide/files')
-rw-r--r-- | astro/xtide/files/patch-aa | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/astro/xtide/files/patch-aa b/astro/xtide/files/patch-aa new file mode 100644 index 000000000000..9cc52a2a2a5a --- /dev/null +++ b/astro/xtide/files/patch-aa @@ -0,0 +1,41 @@ +*** config.h.orig Thu Aug 28 19:28:16 1997 +--- config.h Sat Aug 30 23:08:31 1997 +*************** +*** 8,25 **** + #ifdef OS2 + #define hfile "harmonic" + #else +! #define hfile "harmonics" + #endif + + /* Default location to show tides for */ + /* This is overridden by the LOCATION environment variable or by the + -location switch. */ +! #define deflocation "Baltimore (Fort McHenry)" + + /* System default config file, read only if neither ~/.[x]tiderc nor + -config is present. sysconfig is for tide, xsysconfig is for xtide. */ +! #define sysconfig "/usr/lib/tiderc" +! #define xsysconfig "/usr/lib/xtiderc" + + /* This gives the location of the compiled java classes tide.class and + xtide.class. You should change it to point to your local copies if +--- 8,25 ---- + #ifdef OS2 + #define hfile "harmonic" + #else +! #define hfile "/usr/X11R6/lib/xtide/harmonics" + #endif + + /* Default location to show tides for */ + /* This is overridden by the LOCATION environment variable or by the + -location switch. */ +! #define deflocation "San Francisco, California" + + /* System default config file, read only if neither ~/.[x]tiderc nor + -config is present. sysconfig is for tide, xsysconfig is for xtide. */ +! #define sysconfig "/usr/X11R6/lib/xtide/tiderc" +! #define xsysconfig "/usr/X11R6/lib/xtide/xtiderc" + + /* This gives the location of the compiled java classes tide.class and + xtide.class. You should change it to point to your local copies if |