bwauth, aggregate.py fails on freebsd

bwauth is up and running, but aggregate fails to run. It returns the following error:


./cron-mine.sh 
ERROR[Mon Apr 28 19:24:08 2014]:Exception during aggregate: No section: 'TorCtl'
Traceback (most recent call last):
  File "/usr/home/torflow/torflow/NetworkScanners/BwAuthority/aggregate.py", line 876, in <module>
    main(sys.argv)
  File "/usr/home/torflow/torflow/NetworkScanners/BwAuthority/aggregate.py", line 364, in main
    TorUtil.read_config(argv[1]+"/scanner.1/bwauthority.cfg")
  File "../../TorCtl/TorUtil.py", line 119, in read_config
    tor_port = config.getint('TorCtl', 'tor_port')
  File "/usr/local/lib/python2.7/ConfigParser.py", line 359, in getint
    return self._get(section, int, option)
  File "/usr/local/lib/python2.7/ConfigParser.py", line 356, in _get
    return conv(self.get(section, option))
  File "/usr/local/lib/python2.7/ConfigParser.py", line 607, in get
    raise NoSectionError(section)
NoSectionError: No section: 'TorCtl'