[ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
report by chris@by-design.net
This commit is contained in:
parent
40017b0e7a
commit
a091159884
|
@ -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 $
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue