Lines 1-29
Link Here
|
1 |
diff -ruN gpsman.tcl gpsman.tcl |
1 |
diff -ruN gpsman.tcl gpsman.tcl |
2 |
--- gpsman.tcl Fri Mar 7 07:16:40 2003 |
2 |
--- gpsman.tcl Tue May 9 02:37:24 2006 |
3 |
+++ gpsman.tcl Mon Mar 10 17:28:28 2003 |
3 |
+++ gpsman.tcl Wed May 10 17:56:02 2006 |
4 |
@@ -1,6 +1,6 @@ |
4 |
@@ -1,6 +1,6 @@ |
5 |
#!/bin/sh |
5 |
#!/bin/sh |
6 |
# This is a Tcl/Tk script to be interpreted by wish (Tk8.4 or better): \ |
6 |
# This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \ |
7 |
-exec wish "$0" -- "$@" |
7 |
-exec wish "$0" -- "$@" |
8 |
+exec wish8.4 "$0" -- "$@" |
8 |
+exec wish8.4 "$0" -- "$@" |
9 |
|
9 |
|
10 |
# |
10 |
# |
11 |
# gpsman --- GPS Manager: a manager for GPS receiver data |
11 |
# gpsman --- GPS Manager: a manager for GPS receiver data |
12 |
@@ -159,7 +159,7 @@ |
12 |
@@ -216,7 +216,7 @@ |
13 |
set CMDLINE 1 |
|
|
14 |
} |
15 |
# otherwise the default is |
16 |
- set DEFSPORT /dev/ttyS0 |
17 |
+ set DEFSPORT /dev/cuaa0 |
18 |
# path to directory containing user data |
19 |
set USERDIR ~/.gpsman-dir |
20 |
# name of user preferences file |
21 |
@@ -182,7 +182,7 @@ |
22 |
} |
13 |
} |
23 |
|
14 |
|
24 |
# path to directory containing program files |
15 |
# path to directory containing program files |
25 |
-set SRCDIR gmsrc |
16 |
-set SRCDIR gmsrc |
26 |
+set SRCDIR %%PREFIX%%/share/gpsman/gmsrc |
17 |
+set SRCDIR %%PREFIX%%/share/gpsman/gmsrc |
27 |
|
18 |
|
28 |
## the following values can be set from the options dialog of the interface |
19 |
# all other defaults configuration is now done in file $SRCDIR/config.tcl |