diff --git a/CMakeLists.txt b/CMakeLists.txt index a34f525..7a3e1f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ if (PostgreSQL_FOUND) link_directories(${PostgreSQL_LIBRARY_DIRS}) - bro_plugin_begin(Bro PostgreSQL) + bro_plugin_begin(Johanna PostgreSQL) bro_plugin_cc(src/PostgresWriter.cc) bro_plugin_cc(src/PostgresReader.cc) bro_plugin_cc(src/Plugin.cc) diff --git a/README b/README index 9623993..ee07121 100644 --- a/README +++ b/README @@ -23,8 +23,8 @@ If PostgreSQL is installed in a non-standard location, add ``--with-postgresql=output +# @TEST-EXEC: bro -NN Johanna::PostgreSQL >output # @TEST-EXEC: btest-diff output