31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
$OpenBSD: patch-src_util_dirpath_hin,v 1.2 2006/08/04 16:34:43 naddy Exp $
|
|
--- src/util/dirpath.hin.orig Thu Nov 1 06:24:38 2001
|
|
+++ src/util/dirpath.hin Fri Aug 4 18:00:05 2006
|
|
@@ -102,17 +102,17 @@ ConstructLocalLogPath(const char *cpath,
|
|
/* ----------------- Directory/file name macros ------------------ */
|
|
|
|
/* afs installation dir names */
|
|
-#define AFSDIR_SERVER_ETC_DIR "@afsconfdir"
|
|
-#define AFSDIR_CLIENT_ETC_DIR "@viceetcdir"
|
|
+#define AFSDIR_SERVER_ETC_DIR "/etc/openafs/server"
|
|
+#define AFSDIR_CLIENT_ETC_DIR "/etc/openafs"
|
|
+#define AFSDIR_DB_DIR "/var/openafs/db"
|
|
+#define AFSDIR_LOGS_DIR "/var/openafs/logs"
|
|
+#define AFSDIR_LOCAL_DIR "/var/openafs"
|
|
+#define AFSDIR_BACKUP_DIR "/var/openafs/backup"
|
|
+#define AFSDIR_MIGR_DIR "/var/openafs/migrate"
|
|
+#define AFSDIR_BIN_FILE_DIR "/var/openafs/migrate/bin_files"
|
|
+#define AFSDIR_BOSCONFIG_DIR "/etc/openafs/"
|
|
#define AFSDIR_SERVER_BIN_DIR "@afssrvlibexecdir"
|
|
#define AFSDIR_CORES_DIR "cores"
|
|
-#define AFSDIR_DB_DIR "@afsdbdir"
|
|
-#define AFSDIR_LOGS_DIR "@afslogsdir"
|
|
-#define AFSDIR_LOCAL_DIR "@afslocaldir"
|
|
-#define AFSDIR_BACKUP_DIR "@afsbackupdir"
|
|
-#define AFSDIR_MIGR_DIR "@afslocaldir/migrate"
|
|
-#define AFSDIR_BIN_FILE_DIR "@afslocaldir/migrate/bin_files"
|
|
-#define AFSDIR_BOSCONFIG_DIR "@afsbosconfigdir"
|
|
#define AFSDIR_BOSSERVER_DIR "@afssrvsbindir"
|
|
|
|
/* file names */
|