summaryrefslogtreecommitdiffstats
path: root/ssh_prng_cmds.in
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-07-14 14:43:57 -0700
committerTim Rice <tim@multitalents.net>2002-07-14 14:43:57 -0700
commita091159884e4e368747883f88ab3a68b8c7e1907 (patch)
tree3c0c43d13ef9d2e5112f25d32218ef3efa3b8e09 /ssh_prng_cmds.in
parent40017b0e7aa236ca1144563dea986a95684f1599 (diff)
[ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
report by chris@by-design.net
Diffstat (limited to 'ssh_prng_cmds.in')
-rw-r--r--ssh_prng_cmds.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in
index 03fa5408..50e7771f 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