summaryrefslogtreecommitdiff
path: root/zwgc/main.h
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-11-15 17:48:20 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-11-15 17:48:20 +0000
commit67716e0919aeba743df6c92b84d7e3b1cb327b58 (patch)
tree8e8aa2bee5510d749c5e653acdafc98909991881 /zwgc/main.h
parent3cfdf42cf37de0b03d3ff89ceb974580fc17c864 (diff)
fix default pathname for zwgc.desc
Diffstat (limited to 'zwgc/main.h')
-rw-r--r--zwgc/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/main.h b/zwgc/main.h
index afd7773..73b49eb 100644
--- a/zwgc/main.h
+++ b/zwgc/main.h
@@ -37,7 +37,7 @@ extern void usage();
/* DEFDESC points to where the system default description is stored */
#ifndef DEFDESC
-#define DEFDESC "/etc/athena/zwgc.desc"
+#define DEFDESC "/usr/athena/lib/zephyr/zwgc.desc"
#endif
#endif