[Guessnet-devel] [svn] r149 - in trunk: . examples

Enrico Zini enrico at costa.debian.org
Fri Aug 25 17:54:46 UTC 2006


Author: enrico
Date: Fri Aug 25 17:54:24 2006
New Revision: 149

Modified:
   trunk/   (props changed)
   trunk/examples/getmac
Log:
 r396 at viaza:  enrico | 2006-08-25 15:11:43 +0100
 Fixed path for arping. Thanks Adeodato Simó


Modified: trunk/examples/getmac
==============================================================================
--- trunk/examples/getmac	(original)
+++ trunk/examples/getmac	Fri Aug 25 17:54:24 2006
@@ -44,7 +44,7 @@
 
 # Paths to the commands we use (they are not in users path by default)
 my $arp = '/usr/sbin/arp';
-my $arping = '/usr/sbin/arping';
+my $arping = '/usr/bin/arping';
 
 # Get commandline options
 my $host = shift @ARGV or usage();



More information about the Guessnet-devel mailing list