Changeset 1688
- Timestamp:
- 26/05/2007 16:30:05 (20 months ago)
- Files:
-
- 1 modified
-
box/chris/general/lib/common/BoxPortsAndFiles.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/lib/common/BoxPortsAndFiles.h
r217 r1688 15 15 16 16 // Backup store daemon 17 #define BOX_PORT_BBSTORED (BOX_PORT_BASE+1)18 #define BOX_FILE_BBSTORED_DEFAULT_CONFIG "/etc/box/bbstored.conf" 17 #define BOX_PORT_BBSTORED (BOX_PORT_BASE+1) 18 19 19 // directory within the RAIDFILE root for the backup store daemon 20 #define BOX_RAIDFILE_ROOT_BBSTORED "backup"20 #define BOX_RAIDFILE_ROOT_BBSTORED "backup" 21 21 22 // Backup client daemon22 // configuration file paths 23 23 #ifdef WIN32 24 #define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "C:\\Program Files\\Box Backup\\bbackupd.conf" 24 // no default config file path, use these macros to call 25 // GetDefaultConfigFilePath() instead. 26 27 #define BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE \ 28 GetDefaultConfigFilePath("bbackupd.conf").c_str() 29 #define BOX_GET_DEFAULT_RAIDFILE_CONFIG_FILE \ 30 GetDefaultConfigFilePath("raidfile.conf").c_str() 31 #define BOX_GET_DEFAULT_BBSTORED_CONFIG_FILE \ 32 GetDefaultConfigFilePath("bbstored.conf").c_str() 25 33 #else 26 34 #define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "/etc/box/bbackupd.conf" 35 #define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "/etc/box/raidfile.conf" 36 #define BOX_FILE_BBSTORED_DEFAULT_CONFIG "/etc/box/bbstored.conf" 27 37 #endif 28 29 // RaidFile conf location default30 #define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "/etc/box/raidfile.conf"31 38 32 39 // Default name of the named pipe
