[ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
 report by chris@by-design.net
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in
index 03fa540..50e7771 100644
--- a/ssh_prng_cmds.in
+++ b/ssh_prng_cmds.in
@@ -5,7 +5,7 @@
 # The "rate" represents the number of bits of usuable entropy per 
 # byte of command output. Be conservative.
 #
-# $Id: ssh_prng_cmds.in,v 1.7 2001/07/22 19:32:01 mouring Exp $
+# $Id: ssh_prng_cmds.in,v 1.8 2002/07/14 21:43:58 tim Exp $
 
 "ls -alni /var/log"			@PROG_LS@	0.02
 "ls -alni /var/adm"			@PROG_LS@	0.02
@@ -37,7 +37,7 @@
 "netstat -s"				@PROG_NETSTAT@	0.02
 "netstat -is"				@PROG_NETSTAT@	0.07
 
-"arp -a -n"				@PROG_ARP@	0.02
+"arp -n -a"				@PROG_ARP@	0.02
 
 "ifconfig -a"				@PROG_IFCONFIG@	0.02