From d55044f6b9e923c9a2c60214f702ba8d000a6806 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 31 Oct 1994 00:53:01 +0000 Subject: Moved config files to /etc/athena/zephyr. --- server/zsrv_conf.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'server/zsrv_conf.h') diff --git a/server/zsrv_conf.h b/server/zsrv_conf.h index f03fe42..cb81883 100644 --- a/server/zsrv_conf.h +++ b/server/zsrv_conf.h @@ -18,28 +18,26 @@ /* Magic path names */ #ifndef HESIOD -#define SERVER_LIST_FILE "/usr/athena/lib/zephyr/server.list" +#define SERVER_LIST_FILE "/etc/athena/zephyr/server.list" #endif /* ACL's for pre-registered classes */ /* Directory containing acls and other info */ #ifndef ZEPHYR_ACL_DIR -#define ZEPHYR_ACL_DIR "/usr/athena/lib/zephyr/acl/" +#define ZEPHYR_ACL_DIR "/etc/athena/zephyr/acl/" #endif /* name of the class registry */ #define ZEPHYR_CLASS_REGISTRY "class-registry.acl" #ifdef KERBEROS /* name of file to hold the tickets for keys to exchange with other servers */ -#define ZEPHYR_TKFILE "/usr/athena/lib/zephyr/ztkts" +#define ZEPHYR_TKFILE "/etc/athena/zephyr/ztkts" -/* Pathname of Kerberos srvtab file. - * WARNING: lib/ZCkAuth.c needs to have a corresponding definition! */ -#define SERVER_SRVTAB "/usr/athena/lib/zephyr/srvtab" +/* The pathname of the Kerberos srvtab file is defined in zephyr_conf.h. */ #endif /* KERBEROS */ /* default subscription file */ -#define DEFAULT_SUBS_FILE "/usr/athena/lib/zephyr/default.subscriptions" +#define DEFAULT_SUBS_FILE "/etc/athena/zephyr/default.subscriptions" /* client defines */ #define REXMIT_SECS ((long) 20) /* rexmit delay on normal notices */ -- cgit v1.2.3