Ignore:
Timestamp:
28/03/2008 22:59:28 (4 years ago)
Author:
chris
Message:

Allow configuration of the server port that the client will connect to
(bbackupd and bbackupquery).

Redesign ConfigurationVerify? to use classes instead of structs.

Use port 22011 instead of 2201 during tests, to reduce the chances of
conflicting with a running bbstored or other process.

Ignore autogen_* in svn:ignore everywhere instead of individual per-file
ignores.

Location:
box/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • box/trunk

    • Property svn:ignore
      •  

        old new  
        1111release 
        1212runtest.pl 
         13.hg 
  • box/trunk/bin/bbackupd

    • Property svn:ignore
      •  

        old new  
        11Makefile 
        22bbackupd-config 
         3autogen_* 
  • box/trunk/bin/bbackupd/BackupDaemon.cpp

    r2115 r2116  
    959959                                        tlsContext,  
    960960                                        conf.GetKeyValue("StoreHostname"), 
     961                                        conf.GetKeyValueInt("StorePort"), 
    961962                                        conf.GetKeyValueInt("AccountNumber"),  
    962963                                        conf.GetKeyValueBool("ExtendedLogging"), 
Note: See TracChangeset for help on using the changeset viewer.