openbsd-ports/www/mozilla-sync/full/patches/patch-development_ini
landry 78deaf05e8 Import Mozilla Sync Server.
Mozilla Sync server allows bookmarks, tabs, settings, addons, passwords
and history to be shared across several mozilla instances. Most work
done before previous lock, polished last month and finally here it is!
See https://support.mozilla.org/en-US/kb/how-do-i-set-up-firefox-sync
and the provided README for how to set it up properly.

ok sthen@ on a previous version.
2012-09-01 16:11:36 +00:00

22 lines
583 B
Plaintext

$OpenBSD: patch-development_ini,v 1.1.1.1 2012/09/01 16:11:36 landry Exp $
--- development.ini.orig Tue Jun 26 22:20:43 2012
+++ development.ini Wed Jun 27 23:44:08 2012
@@ -12,7 +12,7 @@ threadpool_workers = 60
[app:main]
use = egg:SyncServer
-configuration = file:%(here)s/etc/sync.conf
+configuration = file:/etc/mozilla-sync/sync.conf
#
# logging
@@ -57,7 +57,7 @@ formatter = generic
[handler_syncserver_errors]
class = handlers.RotatingFileHandler
-args = ('/tmp/sync-error.log',)
+args = ('/var/mozilla-sync/sync-error.log',)
level = ERROR
formatter = generic