summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ssh_prng_cmds.in5
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 04caaafbc..dc39a4ae7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
120000807 120000807
2 - (djm) Set 0755 on binaries during install. 2 - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
3 - (djm) Suppress error messages on channel close shutdown() failurs 3 - (djm) Suppress error messages on channel close shutdown() failurs
4 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org> 4 works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
5 - (djm) Add some more entropy collection commands from Lutz Jaenicke
5 6
620000725 720000725
7 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF 8 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in
index d7389d7e9..355c1b90a 100644
--- a/ssh_prng_cmds.in
+++ b/ssh_prng_cmds.in
@@ -8,9 +8,12 @@
8"ls -alni /var/log" @PROG_LS@ 0.02 8"ls -alni /var/log" @PROG_LS@ 0.02
9"ls -alni /var/adm" @PROG_LS@ 0.02 9"ls -alni /var/adm" @PROG_LS@ 0.02
10"ls -alni /var/mail" @PROG_LS@ 0.02 10"ls -alni /var/mail" @PROG_LS@ 0.02
11"ls -alni /var/adm/syslog" @PROG_LS@ 0.02
11"ls -alni /var/spool/mail" @PROG_LS@ 0.02 12"ls -alni /var/spool/mail" @PROG_LS@ 0.02
12"ls -alni /proc" @PROG_LS@ 0.02 13"ls -alni /proc" @PROG_LS@ 0.02
13"ls -alni /tmp" @PROG_LS@ 0.02 14"ls -alni /tmp" @PROG_LS@ 0.02
15"ls -alni /var/tmp" @PROG_LS@ 0.02
16"ls -alni /usr/tmp" @PROG_LS@ 0.02
14 17
15"netstat -an" @PROG_NETSTAT@ 0.05 18"netstat -an" @PROG_NETSTAT@ 0.05
16"netstat -in" @PROG_NETSTAT@ 0.05 19"netstat -in" @PROG_NETSTAT@ 0.05
@@ -49,3 +52,5 @@
49"tail -200 /var/adm/syslog/syslog.log" @PROG_TAIL@ 0.01 52"tail -200 /var/adm/syslog/syslog.log" @PROG_TAIL@ 0.01
50"tail -200 /var/log/maillog" @PROG_TAIL@ 0.01 53"tail -200 /var/log/maillog" @PROG_TAIL@ 0.01
51"tail -200 /var/adm/maillog" @PROG_TAIL@ 0.01 54"tail -200 /var/adm/maillog" @PROG_TAIL@ 0.01
55"tail -200 /var/adm/syslog/mail.log" @PROG_TAIL@ 0.01
56