From a091159884e4e368747883f88ab3a68b8c7e1907 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sun, 14 Jul 2002 14:43:57 -0700 Subject: [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris. report by chris@by-design.net --- ChangeLog | 4 +++- ssh_prng_cmds.in | 4 ++-- 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 @@ openbsd-compat/Makefile.in] support compression on platforms that have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c Based on patch from nalin@redhat.com of code extracted from Owl's package + - (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris. + report by chris@by-design.net 20020712 - (tim) [Makefile.in] quiet down install-files: and check-user: @@ -1356,4 +1358,4 @@ - (stevesk) entropy.c: typo in debug message - (djm) ssh-keygen -i needs seeded RNG; report from markus@ -$Id: ChangeLog,v 1.2363 2002/07/14 20:36:49 tim Exp $ +$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 @@ # 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 -- cgit v1.2.3