From a80ce6e4dbd804a91a3d17ebf82a8db82c488af2 Mon Sep 17 00:00:00 2001 From: "Robert S. Murawski" Date: Fri, 29 Aug 2003 03:11:28 +0000 Subject: [PATCH] winnt-server-dirpaths-fix-20030828 make server stuff actually be able to run --- src/util/dirpath_nt.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/util/dirpath_nt.h b/src/util/dirpath_nt.h index 5c31c69b4..9973a9a28 100644 --- a/src/util/dirpath_nt.h +++ b/src/util/dirpath_nt.h @@ -91,20 +91,20 @@ extern int /* ----------------- Directory/file name macros ------------------ */ /* afs installation dir names */ -#define AFSDIR_ETC_DIR "etc" -#define AFSDIR_BIN_DIR "bin" -#define AFSDIR_SERVER_ETC_DIR "etc" -#define AFSDIR_SERVER_BIN_DIR "bin" -#define AFSDIR_CLIENT_ETC_DIR "etc" -#define AFSDIR_CORES_DIR "cores" -#define AFSDIR_DB_DIR "db" -#define AFSDIR_LOGS_DIR "logs" -#define AFSDIR_LOCAL_DIR "local" -#define AFSDIR_BACKUP_DIR "backup" -#define AFSDIR_MIGR_DIR "local/migrate" -#define AFSDIR_BIN_FILE_DIR "local/migrate/bin_files" -#define AFSDIR_BOSCONFIG_DIR "local" -#define AFSDIR_BOSSERVER_DIR "bin" +#define AFSDIR_ETC_DIR "/etc" +#define AFSDIR_BIN_DIR "/bin" +#define AFSDIR_SERVER_ETC_DIR "/usr/afs/etc" +#define AFSDIR_SERVER_BIN_DIR "/usr/afs/bin" +#define AFSDIR_CLIENT_ETC_DIR "/usr/afs/etc" +#define AFSDIR_CORES_DIR "/usr/afs/etc/cores" +#define AFSDIR_DB_DIR "/usr/afs/etc/db" +#define AFSDIR_LOGS_DIR "/usr/afs/etc/logs" +#define AFSDIR_LOCAL_DIR "/usr/afs/local" +#define AFSDIR_BACKUP_DIR "/usr/afs/backup" +#define AFSDIR_MIGR_DIR "/usr/afs/local/migrate" +#define AFSDIR_BIN_FILE_DIR "/usr/afs/local/migrate/bin_files" +#define AFSDIR_BOSCONFIG_DIR "/usr/afs/local" +#define AFSDIR_BOSSERVER_DIR "/usr/afs/bin" /* file names */ #define AFSDIR_THISCELL_FILE "ThisCell" -- 2.39.5