summaryrefslogtreecommitdiff
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
parent40017b0e7aa236ca1144563dea986a95684f1599 (diff)
[ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
report by chris@by-design.net
-rw-r--r--ChangeLog4
-rw-r--r--ssh_prng_cmds.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 67cc57cbd..cf076c3df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
4 openbsd-compat/Makefile.in] support compression on platforms that 4 openbsd-compat/Makefile.in] support compression on platforms that
5 have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c 5 have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c
6 Based on patch from nalin@redhat.com of code extracted from Owl's package 6 Based on patch from nalin@redhat.com of code extracted from Owl's package
7 - (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
8 report by chris@by-design.net
7 9
820020712 1020020712
9 - (tim) [Makefile.in] quiet down install-files: and check-user: 11 - (tim) [Makefile.in] quiet down install-files: and check-user:
@@ -1356,4 +1358,4 @@
1356 - (stevesk) entropy.c: typo in debug message 1358 - (stevesk) entropy.c: typo in debug message
1357 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1359 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1358 1360
1359$Id: ChangeLog,v 1.2363 2002/07/14 20:36:49 tim Exp $ 1361$Id: ChangeLog,v 1.2364 2002/07/14 21:43:57 tim Exp $
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in
index 03fa5408e..50e7771f9 100644
--- a/ssh_prng_cmds.in
+++ b/ssh_prng_cmds.in
@@ -5,7 +5,7 @@
5# The "rate" represents the number of bits of usuable entropy per 5# The "rate" represents the number of bits of usuable entropy per
6# byte of command output. Be conservative. 6# byte of command output. Be conservative.
7# 7#
8# $Id: ssh_prng_cmds.in,v 1.7 2001/07/22 19:32:01 mouring Exp $ 8# $Id: ssh_prng_cmds.in,v 1.8 2002/07/14 21:43:58 tim Exp $
9 9
10"ls -alni /var/log" @PROG_LS@ 0.02 10"ls -alni /var/log" @PROG_LS@ 0.02
11"ls -alni /var/adm" @PROG_LS@ 0.02 11"ls -alni /var/adm" @PROG_LS@ 0.02
@@ -37,7 +37,7 @@
37"netstat -s" @PROG_NETSTAT@ 0.02 37"netstat -s" @PROG_NETSTAT@ 0.02
38"netstat -is" @PROG_NETSTAT@ 0.07 38"netstat -is" @PROG_NETSTAT@ 0.07
39 39
40"arp -a -n" @PROG_ARP@ 0.02 40"arp -n -a" @PROG_ARP@ 0.02
41 41
42"ifconfig -a" @PROG_IFCONFIG@ 0.02 42"ifconfig -a" @PROG_IFCONFIG@ 0.02
43 43