Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84048 - Manual page for Nikto 1.34 is available
Summary: Manual page for Nikto 1.34 is available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Perl team
URL: http://www.cirt.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-04 00:09 UTC by Michael Boman
Modified: 2005-05-14 06:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated ebuild (nikto-1.34-r1.ebuild,1.40 KB, text/plain)
2005-03-04 00:10 UTC, Michael Boman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Boman 2005-03-04 00:09:20 UTC
According to www.cirt.net, a 3rd party have created a manual page of the HTML manual.

It would be a good thing if future versions of the ebuild contained the above mentioned man page.

Below is a copy/paste version of the diff I did after patching my local ebuild. Complete ebuild will be uploaded shortly.

ebegin "Diff"

--- nikto-1.34.ebuild   2004-10-29 19:53:57.000000000 +0800
+++ nikto-1.34-r1.ebuild        2005-03-04 15:41:49.000000000 +0800
@@ -4,7 +4,8 @@

 DESCRIPTION="Web Server vulnerability scanner."
 HOMEPAGE="http://www.cirt.net/code/nikto.shtml"
-SRC_URI="http://www.cirt.net/source/nikto/ARCHIVE/${P}.tar.gz"
+SRC_URI="http://www.cirt.net/source/nikto/ARCHIVE/${P}.tar.gz
+       http://www.cirt.net/nikto/${P}.man"

 LICENSE="GPL-2"
 SLOT="0"
@@ -29,6 +30,8 @@
                -i -e 's:^PROXYPASS:#PROXYPASS:' \
                -i -e 's:# PLUGINDIR=/usr/local/nikto/plugins:PLUGINDIR=/usr/share/nikto/plugins:' \
                 nikto.conf
+
+       cp ${DISTDIR}/${P}.man ${WORKDIR}/${P}.1
 }

 src_install() {
@@ -46,4 +49,5 @@
        cd docs
        dodoc CHANGES.txt LICENSE.txt README_plugins.txt nikto_usage.txt
        dohtml nikto_usage.html
+       doman ${WORKDIR}/${P}.1
 }

eend
Comment 1 Michael Boman 2005-03-04 00:10:16 UTC
Created attachment 52626 [details]
Updated ebuild

Updated ebuild to include manual page.
Comment 2 Aaron Walker (RETIRED) gentoo-dev 2005-03-05 00:02:48 UTC
netmon doesn't maintain this package.
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2005-05-14 06:39:25 UTC
sorry for the delay, all set