~ubuntu-branches/ubuntu/karmic/ubuntuone-client/karmic-proposed

« back to all changes in this revision

Viewing changes to bin/ubuntuone-syncdaemon

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2009-09-02 10:51:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090902105100-xrl38ife9wf6c9i2
Tags: 0.94.0-0ubuntu1
* New upstream release.
  - Handle issues with multiple connections better (LP: #420354)

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
    if not os.path.exists(options.data_dir):
135
135
        os.makedirs(options.data_dir)
136
136
 
 
137
    logger.rotate_logs()
137
138
    main = Main(options.root_dir, options.shares_dir, options.data_dir,
138
139
                host=options.host, port=int(options.port), 
139
140
                dns_srv=options.dns_srv, ssl=True,