From 5488370b9951ffc4a609d252cecf0b545178bc26 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 3 Nov 2010 14:15:37 +0100 Subject: [PATCH] mongodb plugin: Rename the "mongo" plugin. --- configure.in | 4 ++-- src/mongo.h | 0 src/{mongo.c => mongodb.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 src/mongo.h rename src/{mongo.c => mongodb.c} (100%) diff --git a/configure.in b/configure.in index 156b3769..e52159cd 100644 --- a/configure.in +++ b/configure.in @@ -4685,7 +4685,7 @@ AC_PLUGIN([mbmon], [yes], [Query mbmond]) AC_PLUGIN([memcachec], [$with_libmemcached], [memcachec statistics]) AC_PLUGIN([memcached], [yes], [memcached statistics]) AC_PLUGIN([memory], [$plugin_memory], [Memory usage]) -AC_PLUGIN([mongo], [$with_libmongoc], [MongoDB statistics]) +AC_PLUGIN([mongodb], [$with_libmongoc], [MongoDB statistics]) AC_PLUGIN([modbus], [$with_libmodbus], [Modbus plugin]) AC_PLUGIN([multimeter], [$plugin_multimeter], [Read multimeter values]) AC_PLUGIN([mysql], [$with_libmysql], [MySQL statistics]) @@ -5010,7 +5010,7 @@ Configuration: memcached . . . . . . $enable_memcached memory . . . . . . . $enable_memory modbus . . . . . . . $enable_modbus - mongo . . . . . . . $enable_mongo + mongodb . . . . . . $enable_mongodb multimeter . . . . . $enable_multimeter mysql . . . . . . . . $enable_mysql netapp . . . . . . . $enable_netapp diff --git a/src/mongo.h b/src/mongo.h deleted file mode 100644 index e69de29b..00000000 diff --git a/src/mongo.c b/src/mongodb.c similarity index 100% rename from src/mongo.c rename to src/mongodb.c -- 2.11.0