blob: c0b3ebff22837e05d150826c4b8b86a7e1b9e470 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff -Naur nfbtr.old/NFBTRANS.C nfbtr/NFBTRANS.C
--- nfbtr.old/NFBTRANS.C 2002-07-04 07:07:16.000000000 -0500
+++ nfbtr/NFBTRANS.C 2004-04-24 11:52:48.113182536 -0500
@@ -6,7 +6,7 @@
#define LINT_ARGS
#define DOS
#else
-#define UNIX_PATH "/usr/local/lib/"
+#define UNIX_PATH "/etc/nfbtrans/"
#endif /* unix */
#include <stdio.h>
#include <sys/types.h>
diff -Naur nfbtr.old/NFBTRANS.FMT nfbtr/NFBTRANS.FMT
--- nfbtr.old/NFBTRANS.FMT 2002-07-04 07:16:50.000000000 -0500
+++ nfbtr/NFBTRANS.FMT 2004-04-24 12:42:23.268004836 -0500
@@ -74,7 +74,7 @@
three places. First, you can define an environment variable NFBTRANS to point to
the directory containing nfbtrans.cnf. In DOS use ~0set NFBTRANS=c:\NFBTRANS.
~2Second the program searches in the current directory. Third, the program
-location is used in MSDOS or ~0/usr/local/lib ~2in Unix. If nfbtrans.cnf
+location is used in MSDOS or ~0/etc/nfbtrans ~2in Unix. If nfbtrans.cnf
is found that directory is used to search for all table files as well as
the hyphenation dictionary. In other words, ~0nfbtrans.cnf ~2and ~1braille.tab
~2must be in the same directory.
|