From 6fe8743c6e4dc93111dceae14ae426e63ca2d8fc Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sun, 5 Nov 2000 04:33:13 +0000 Subject: [PATCH] FHS compatible directories --- src/util/dirpath.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/util/dirpath.h b/src/util/dirpath.h index 6fb2f521a..197e248c8 100644 --- a/src/util/dirpath.h +++ b/src/util/dirpath.h @@ -1,3 +1,7 @@ +/* Changed for Debian by Sam Hartman + * conform to FHS + */ + /* Copyright (C) 1998 Transarc Corporation - All rights reserved. */ @@ -88,7 +92,7 @@ ConstructLocalLogPath(const char *cpath, /* ----------------- Directory/file name macros ------------------ */ /* afs installation dir names */ -#define AFSDIR_ETC_DIR "etc" +#define AFSDIR_ETC_DIR "" #define AFSDIR_BIN_DIR "bin" #define AFSDIR_CORES_DIR "cores" #define AFSDIR_DB_DIR "db" @@ -146,7 +150,7 @@ ConstructLocalLogPath(const char *cpath, #define AFSDIR_CANONICAL_USR_DIRPATH "/usr" #define AFSDIR_CANONICAL_SERVER_AFS_DIRPATH "/usr/afs" -#define AFSDIR_CANONICAL_CLIENT_VICE_DIRPATH "/usr/vice" +#define AFSDIR_CANONICAL_CLIENT_VICE_DIRPATH "/etc/openafs" #define AFSDIR_CANONICAL_SERVER_BIN_DIRPATH \ AFSDIR_CANONICAL_SERVER_AFS_DIRPATH "/" AFSDIR_BIN_DIR -- 2.39.5