summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1987-09-15 06:45:03 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1987-09-15 06:45:03 +0000
commit2035ef99b28ba5b1286e1a388f31a09b1ea0d53c (patch)
treef0bc96e040027127872bf7c69e89f675411f52b1 /h
parentfa061f5a66f4ad665597c4d2a44f9bdce8f890ce (diff)
change srvtab location
Diffstat (limited to 'h')
-rw-r--r--h/zephyr/zephyr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 64af22e..5940e35 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -144,7 +144,7 @@ extern char *ZGetSender();
/* Kerberos information */
#define SERVER_SERVICE "zephyr"
#define SERVER_INSTANCE "zephyr"
-#define SERVER_SRVTAB "/site/zephyr/srvtab"
+#define SERVER_SRVTAB "/usr/athena/lib/zephyr/srvtab"
/* Kerberos defines for ZFormatNotice, et al. */
extern int ZMakeAuthentication();