Bug 175591 - net-analyzer/arping ebuild should "dodoc arping-scan-net.sh"
Bug#: 175591 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: netmon@gentoo.org Reported By: gokdenizk@gmail.com
Component: Applications
URL: 
Summary: net-analyzer/arping ebuild should "dodoc arping-scan-net.sh"
Keywords:  
Status Whiteboard: 
Opened: 2007-04-22 17:19 0000
Description:   Opened: 2007-04-22 17:19 0000
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 From Cédric Krier 2007-04-30 13:22:27 0000 -------
Fix in cvs