From 0d09aa9f79680be83e9893882bded0f4d8ba8b8d Mon Sep 17 00:00:00 2001 From: Filipe David Borba Manana Date: Tue, 8 Mar 2011 18:42:16 +0000 Subject: Merged revision 1079475 from trunk Renamed module couch_rep_db_listener to couch_replication_manager This new name is more appropriate since it describes more precisely what the modules does. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1079478 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/default.ini.tpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/couchdb/default.ini.tpl.in') diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index cd3ae0aa..f5dc24af 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -60,7 +60,7 @@ stats_aggregator={couch_stats_aggregator, start, []} stats_collector={couch_stats_collector, start, []} uuids={couch_uuids, start, []} auth_cache={couch_auth_cache, start_link, []} -rep_db_changes_listener={couch_rep_db_listener, start_link, []} +replication_manager={couch_replication_manager, start_link, []} vhosts={couch_httpd_vhost, start_link, []} os_daemons={couch_os_daemons, start_link, []} -- cgit v1.2.3