summaryrefslogtreecommitdiffstats
path: root/usr.bin/tn3270/ascii/map3270.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tn3270/ascii/map3270.c')
-rw-r--r--usr.bin/tn3270/ascii/map3270.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tn3270/ascii/map3270.c b/usr.bin/tn3270/ascii/map3270.c
index 9ae1b2a..f076d16 100644
--- a/usr.bin/tn3270/ascii/map3270.c
+++ b/usr.bin/tn3270/ascii/map3270.c
@@ -907,7 +907,7 @@ int (*translator)(); /* Translates ascii string to integer */
GotIt = Position(environPointer, keybdPointer);
}
if (!GotIt) {
- GotIt = Position("/etc/map3270", keybdPointer);
+ GotIt = Position("/usr/share/misc/map3270", keybdPointer);
}
}
if (!GotIt) {
@@ -915,7 +915,7 @@ int (*translator)(); /* Translates ascii string to integer */
GotIt = Position(environPointer, "unknown");
}
if (!GotIt) {
- GotIt = Position("/etc/map3270", keybdPointer);
+ GotIt = Position("/usr/share/misc/map3270", keybdPointer);
}
}
if (!GotIt) {
OpenPOWER on IntegriCloud