diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
commit | f982be45e81588a27383cd1a3eb12789b8498904 (patch) | |
tree | 07be283d015b2c39f95e655cb7328ff355bc47fa /sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Notes
Notes:
svn path=/head/; revision=223035
svn path=/tags/RELEASE_6_4_0/; revision=223036; tag=release/6.4.0
Diffstat (limited to 'sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h')
-rw-r--r-- | sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h b/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h deleted file mode 100644 index 7dc6c8f43d83..000000000000 --- a/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h +++ /dev/null @@ -1,25 +0,0 @@ ---- lib/common/BoxPortsAndFiles.h.orig Thu Mar 16 19:28:09 2006 -+++ lib/common/BoxPortsAndFiles.h Thu Mar 16 19:28:38 2006 -@@ -53,7 +53,7 @@ - - // Backup store daemon - #define BOX_PORT_BBSTORED (BOX_PORT_BASE+1) --#define BOX_FILE_BBSTORED_DEFAULT_CONFIG "/etc/box/bbstored.conf" -+#define BOX_FILE_BBSTORED_DEFAULT_CONFIG "%%PREFIX%%/etc/box/bbstored.conf" - // directory within the RAIDFILE root for the backup store daemon - #define BOX_RAIDFILE_ROOT_BBSTORED "backup" - -@@ -61,11 +61,11 @@ - #ifdef WIN32 - #define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "C:\\Program Files\\Box Backup\\bbackupd.conf" - #else --#define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "/etc/box/bbackupd.conf" -+#define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "%%PREFIX%%/etc/box/bbackupd.conf" - #endif - - // RaidFile conf location default --#define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "/etc/box/raidfile.conf" -+#define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "%%PREFIX%%/etc/box/raidfile.conf" - - // Default name of the named pipe - #define BOX_NAMED_PIPE_NAME L"\\\\.\\pipe\\boxbackup" |