diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-24 19:31:14 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-24 19:31:14 +0000 |
commit | a36e51250ba90ba0689249bdd0c21498f51e4c3e (patch) | |
tree | 913d36147bbae136eb83d5db453a8a2bfb0b337d /sysutils/boxbackup/files | |
parent | e0b8b4e73f3b48a76ce96fa36c7e875034f9cdc2 (diff) |
Notes
Diffstat (limited to 'sysutils/boxbackup/files')
-rw-r--r-- | sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm | 11 | ||||
-rw-r--r-- | sysutils/boxbackup/files/patch-lib-common-BoxPortsAndFiles.h | 19 |
2 files changed, 11 insertions, 19 deletions
diff --git a/sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm b/sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm deleted file mode 100644 index 8feda5a2cf96..000000000000 --- a/sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- infrastructure/BoxPlatform.pm.orig Sat Jan 8 13:27:12 2005 -+++ infrastructure/BoxPlatform.pm Sat Jan 8 13:27:33 2005 -@@ -78,7 +78,7 @@ - close VERSION; - - # where to put the files -- $install_into_dir = '/usr/local/bin'; -+ $install_into_dir = '%%PREFIX%%/bin'; - - # if it's Darwin, - if($build_os eq 'Darwin') diff --git a/sysutils/boxbackup/files/patch-lib-common-BoxPortsAndFiles.h b/sysutils/boxbackup/files/patch-lib-common-BoxPortsAndFiles.h index 91820e35a3d1..7dc6c8f43d83 100644 --- a/sysutils/boxbackup/files/patch-lib-common-BoxPortsAndFiles.h +++ b/sysutils/boxbackup/files/patch-lib-common-BoxPortsAndFiles.h @@ -1,6 +1,6 @@ ---- lib/common/BoxPortsAndFiles.h.orig Sat Jan 8 13:30:04 2005 -+++ lib/common/BoxPortsAndFiles.h Sat Jan 8 13:31:40 2005 -@@ -54,16 +54,16 @@ +--- 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) @@ -9,14 +9,17 @@ // directory within the RAIDFILE root for the backup store daemon #define BOX_RAIDFILE_ROOT_BBSTORED "backup" - // Backup client daemon +@@ -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 efault + // 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" - - #endif // BOXPORTSANDFILES__H + // Default name of the named pipe + #define BOX_NAMED_PIPE_NAME L"\\\\.\\pipe\\boxbackup" |