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.