diff options
author | shennetsind <ind@henn.et> | 2013-10-07 13:42:38 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-07 13:42:38 -0300 |
commit | 07cbb72a3e89ba0fe1fb4b3bed1cac6568259999 (patch) | |
tree | 7af5f5c8e8c098a159688dcc538bb29e3503d3cd | |
parent | dda77cb771769fcbf13765c0edf3e5da91f3666c (diff) | |
download | hercules-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>
-rw-r--r-- | conf/plugins.conf | 3 |
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", |