Hi, It was unhooked:
commit 6657fa2fd7ea112c2ec321946f1ab4a2061c0403 Author: landry <lan...@openbsd.org> Date: Thu Jul 10 12:37:06 2014 +0000 Unlink mozilla-sync. This allowed you to run your own Sync 1.1 server, but the API has been deprecated since Gecko 29, and will completely stop working with Gecko 31, due in some weeks. Sync 1.5 is the new API, but requires 14 new python ports for the sync server only, and also two new node.js daemons for Firefox Accounts, requiring themselves bazillions of node.js modules, including the monster phantomjs. Porting all this is a bit dauting. One can still try fetching all the bits and run them locally, but i give up on porting this. If you want to work on the port, contact me and i'll give you my WIP. If you feel brave, here's the doc: https://docs.services.mozilla.com/howtos/run-fxa.html https://docs.services.mozilla.com/howtos/run-sync-1.5.html Landry, should we keep it or remove it? Cheers, Daniel