Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175591 - net-analyzer/arping ebuild should "dodoc arping-scan-net.sh"
Summary: net-analyzer/arping ebuild should "dodoc arping-scan-net.sh"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-22 17:19 UTC by Gokdeniz Karadag
Modified: 2007-04-30 13:22 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gokdeniz Karadag 2007-04-22 17:19:08 UTC
net-analyzer/arping comes with an example script whics 'brute force scans' a subnet to find a MAC -> ip match. It is referred in the doc and already in the tarball. the little patch below installs it in /usr/share/doc/arping

--- /usr/portage/net-analyzer/arping/arping-2.05.ebuild 2007-02-18 13:07:19.000000000 +0200
+++ /usr/local/portage/net-analyzer/arping/arping-2.05.ebuild   2007-04-22 20:06:11.000000000 +0300
@@ -40,5 +40,5 @@
 src_install() {
        newsbin arping-2/arping arping2 || die
        newman arping.8 arping2.8
-       dodoc README
+       dodoc README arping-scan-net.sh
 }


Reproducible: Always

Steps to Reproduce:
1. emerge arping


Actual Results:  
there is no arping-scan-net.sh file that is referenced in the docs.

Expected Results:  
There should be one.
Comment 1 Cédric Krier gentoo-dev 2007-04-30 13:22:27 UTC
Fix in cvs