From 95732bf56606847c6a2a1d1d38703a6e8b688429 Mon Sep 17 00:00:00 2001 From: Robert Newson Date: Mon, 18 Jun 2012 19:38:09 +0100 Subject: Fix _replicator db --- rel/overlay/etc/default.ini | 1 - rel/reltool.config | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'rel') diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index fdd11e14..af950a7b 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -84,7 +84,6 @@ stats_aggregator={couch_stats_aggregator, start, []} stats_collector={couch_stats_collector, start, []} uuids={couch_uuids, start, []} auth_cache={couch_auth_cache, start_link, []} -replication_manager={couch_replication_manager, start_link, []} vhosts={couch_httpd_vhost, start_link, []} os_daemons={couch_os_daemons, start_link, []} ; Uncomment next line to enable SSL daemon diff --git a/rel/reltool.config b/rel/reltool.config index 4486c1d5..9fd5699d 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -31,7 +31,8 @@ rexi, fabric, mem3, - chttpd + chttpd, + couch_replicator ]}, {rel, "start_clean", "", [kernel, stdlib]}, {boot_rel, "bigcouch"}, -- cgit v1.2.3