diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2011-03-08 18:42:16 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2011-03-08 18:42:16 +0000 |
commit | 0d09aa9f79680be83e9893882bded0f4d8ba8b8d (patch) | |
tree | f708c3316f42896cafd86e5e3f6223006408a5f6 /etc/couchdb | |
parent | 68b52ba14777198ad3bfd2bcca1760ade2fc5290 (diff) |
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
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
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, []} |