complete the Introducer changes, separate out vdrive access, make everything work again

This commit is contained in:
Brian Warner
2007-03-27 16:12:11 -07:00
parent ad52a1bf9a
commit 25ff9e1f97
13 changed files with 421 additions and 183 deletions

View File

@ -122,7 +122,8 @@ def create_client(config):
f = open(os.path.join(basedir, "client.tac"), "w")
f.write(client_tac)
f.close()
print "client created in %s, please copy roster_pburl into the directory" % basedir
print "client created in %s" % basedir
print " please copy introducer.furl and vdrive.furl into the directory"
def create_queen(config):
basedir = config['basedir']