[Box Backup-commit] COMMIT r3107 - box/trunk/bin/bbstored

subversion at boxbackup.org subversion at boxbackup.org
Thu May 3 11:21:05 BST 2012


Author: chris
Date: 2012-05-03 11:21:05 +0100 (Thu, 03 May 2012)
New Revision: 3107

Modified:
   box/trunk/bin/bbstored/bbstored.cpp
Log:
Use the correct default config file for bbstored, thanks Pete!


Modified: box/trunk/bin/bbstored/bbstored.cpp
===================================================================
--- box/trunk/bin/bbstored/bbstored.cpp	2012-04-28 18:25:50 UTC (rev 3106)
+++ box/trunk/bin/bbstored/bbstored.cpp	2012-05-03 10:21:05 UTC (rev 3107)
@@ -24,7 +24,7 @@
 
 	BackupStoreDaemon daemon;
 
-	return daemon.Main(BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE, argc, argv);
+	return daemon.Main(BOX_GET_DEFAULT_BBSTORED_CONFIG_FILE, argc, argv);
 	
 	MAINHELPER_END
 }




More information about the Boxbackup-commit mailing list