summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-03-08 18:37:20 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-03-08 18:37:20 +0000
commit9198a5df96a2768c27ebb7be89bcef6f43c87407 (patch)
tree1cfdd010e8f1b4dae9231e55d9a21d744d16da04 /etc
parent56341aa7286262584c81b590a231b7d6e8d3a007 (diff)
downloadcouchdb-9198a5df96a2768c27ebb7be89bcef6f43c87407.tar.gz
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/trunk@1079475 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/default.ini.tpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 88020e103..8207d6ebb 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, []}
os_daemons={couch_os_daemons, start_link, []}
[httpd_global_handlers]