boxbackup (0.11~rc2-7squeeze1) lib/raidfile/RaidFileController.h

Summary

 lib/raidfile/RaidFileController.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- boxbackup-0.11~rc2.orig/lib/raidfile/RaidFileController.h
+++ boxbackup-0.11~rc2/lib/raidfile/RaidFileController.h
@@ -121,7 +121,7 @@
 	
 public:
 	void Initialise(const std::string& rConfigFilename = 
-		"/etc/box/raidfile.conf");
+		"/etc/boxbackup/raidfile.conf");
 	int GetNumDiscSets() {return mSetList.size();}
 
 	// --------------------------------------------------------------------------