diff options
author | davjohn <david.cla2@gmail.com> | 2017-03-02 22:58:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-02 22:58:28 +0700 |
commit | d9935e73b64a352af06be60cfadfa85c5f8c8e09 (patch) | |
tree | 7a9fb7b489dba75c0827ea6be41a11cff326176c /network/psad/README | |
parent | b536f66ef48f7b24a28af98bb95f703c50f47396 (diff) |
network/psad: Updated for version 2.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/psad/README')
-rw-r--r-- | network/psad/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/network/psad/README b/network/psad/README index 524336af61456..86f9ea698c2aa 100644 --- a/network/psad/README +++ b/network/psad/README @@ -25,3 +25,18 @@ iptables -A INPUT -j LOG iptables -A INPUT -j DROP please see documentation for more information. + +NOTE: +psad requires several perl modules: +perl-Bit-Vector +perl-Date-Calc +perl-IPTables-Parse +perl-IPTables-ChainMgr +perl-NetAddr-IP +perl-Unix-Syslog + +these are included in sources, so you don't need to install them. +But if you get some weird perl modules errors, you must uninstall +previous psad version before bulding new one. +Alternatively you can manually install this modules, all are available +on SlacBuilds. |