diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-13 00:37:35 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:37:35 +0200 |
commit | da7f370617e4ccdcf0c30a4000e8094a8ed03cc0 (patch) | |
tree | 0f0277c1f93951a9f6486151db30ceb7a8557813 /network/nikto/README | |
parent | 1e683a827b6b1924402296978969b40bddb05a78 (diff) | |
download | slackbuilds-da7f370617e4ccdcf0c30a4000e8094a8ed03cc0.tar.gz |
network/nikto: Updated for version 2.1.1
Diffstat (limited to 'network/nikto/README')
-rw-r--r-- | network/nikto/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/nikto/README b/network/nikto/README index da70fa3639..1717eb85e8 100644 --- a/network/nikto/README +++ b/network/nikto/README @@ -6,3 +6,12 @@ can be automatically updated (if desired). Nikto requires libwhisker2 and Net-SSLeay perl modules, both of which are available in the SlackBuilds.org repository. + +WARNING: if you're updating from 2.03 to 2.1.0 keep in mind that the +configuration file have been changed from the old location +/etc/nikto/config.txt (a debianism I introduced to work around the config.txt +unspecified location) to the newer, official /etc/nikto.conf. +Speaking of debianism: I removed the symolic link /usr/bin/nikto creation, +upgradepkg will not rm it but newer installs will not have it anymore. If you +like the link and want to retain it in future updates, just uncomment the +needed lines inside the SlackBuild. |