summaryrefslogtreecommitdiff
path: root/ssh_prng_cmds.in
diff options
context:
space:
mode:
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 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