diff options
-rw-r--r-- | network/nikto/nikto.info | 2 | ||||
-rw-r--r-- | system/munin-node/munin-node.info | 2 | ||||
-rw-r--r-- | system/usermin/README | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/network/nikto/nikto.info b/network/nikto/nikto.info index 46c249a44d5c..4a4e2582e870 100644 --- a/network/nikto/nikto.info +++ b/network/nikto/nikto.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/sullo/nikto/archive/2.1.6/nikto-2.1.6.tar.gz" MD5SUM="3d6c1b5a6fcdd47c18169febda02393e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Net-SSLeay libwhisker2" +REQUIRES="libwhisker2" MAINTAINER="Brenton Earl" EMAIL="brent@exitstatusone.com" diff --git a/system/munin-node/munin-node.info b/system/munin-node/munin-node.info index dea380e116e6..bfbd75c9c8cd 100644 --- a/system/munin-node/munin-node.info +++ b/system/munin-node/munin-node.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.munin-monitoring.org/munin/stable/2.0.25/munin-2.0.25 MD5SUM="b418a667ce42665557329a7ac3bd1b93" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="perl-Net-Server Net-SSLeay perl-Module-Build" +REQUIRES="perl-Net-Server perl-Module-Build" MAINTAINER="Jonathan Chapman" EMAIL="glitch@glitchwrks.com" diff --git a/system/usermin/README b/system/usermin/README index 7990fb53a00b..6cc5ca85d251 100644 --- a/system/usermin/README +++ b/system/usermin/README @@ -18,8 +18,7 @@ login as normal user to use usermin. NOTES: If you want to use SSL/HTTPS support, change the ssl=0 into ssl=1 in -/etc/usermin/miniserv.conf. SSL/HTTPS support requires additional -dependency: Net-SSLeay. +/etc/usermin/miniserv.conf. By default, this script set usermin to be accessible only on localhost. If you want global/public access, comment or remove this line in |