summaryrefslogtreecommitdiff
path: root/conf/plugins.conf
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-10-07 13:42:38 -0300
committershennetsind <ind@henn.et>2013-10-07 13:42:38 -0300
commit07cbb72a3e89ba0fe1fb4b3bed1cac6568259999 (patch)
tree7af5f5c8e8c098a159688dcc538bb29e3503d3cd /conf/plugins.conf
parentdda77cb771769fcbf13765c0edf3e5da91f3666c (diff)
downloadhercules-07cbb72a3e89ba0fe1fb4b3bed1cac6568259999.tar.gz
hercules-07cbb72a3e89ba0fe1fb4b3bed1cac6568259999.tar.bz2
hercules-07cbb72a3e89ba0fe1fb4b3bed1cac6568259999.tar.xz
hercules-07cbb72a3e89ba0fe1fb4b3bed1cac6568259999.zip
Minor plugins.conf edit
Made HPMHooking be commented out by default (no need to have it enabled since hercules is shipped with no other enabled plugins). Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf/plugins.conf')
-rw-r--r--conf/plugins.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/plugins.conf b/conf/plugins.conf
index d9bd7e386..8f171f034 100644
--- a/conf/plugins.conf
+++ b/conf/plugins.conf
@@ -31,7 +31,8 @@ in the .c (source code) extension and placed in the /src/plugin/ folder.
-----------------------------------------
*/
plugins_list: [
- "HPMHooking",
+ /* Enable HPMHooking when plugins in use rely on Hooking */
+ //"HPMHooking",
//"db2sql",
//"sample",
//"other",