From: Sam Hartman Date: Sun, 5 Nov 2000 04:33:13 +0000 (+0000) Subject: FHS compatible directories X-Git-Tag: debian/1.0.snap20001104-1~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6fe8743c6e4dc93111dceae14ae426e63ca2d8fc;p=packages%2Fo%2Fopenafs.git FHS compatible directories --- 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