]> andersk Git - openssh.git/commitdiff
- (djm) Add some more entropy collection commands from Lutz Jaenicke
authordjm <djm>
Mon, 7 Aug 2000 05:54:39 +0000 (05:54 +0000)
committerdjm <djm>
Mon, 7 Aug 2000 05:54:39 +0000 (05:54 +0000)
ChangeLog
ssh_prng_cmds.in

index 04caaafbc6f2129065a95e4671ba2bd020e941cb..dc39a4ae7507397bc20f25a85f18c71eec2c783b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 20000807
- - (djm) Set 0755 on binaries during install. 
+ - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
  - (djm) Suppress error messages on channel close shutdown() failurs
    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
+ - (djm) Add some more entropy collection commands from Lutz Jaenicke
 
 20000725
  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
index d7389d7e9797a6dcbfa7489426172f40da6d6c50..355c1b90a8b7fca416309ad959972e656d9804db 100644 (file)
@@ -8,9 +8,12 @@
 "ls -alni /var/log"                    @PROG_LS@       0.02
 "ls -alni /var/adm"                    @PROG_LS@       0.02
 "ls -alni /var/mail"                   @PROG_LS@       0.02
+"ls -alni /var/adm/syslog"             @PROG_LS@       0.02
 "ls -alni /var/spool/mail"             @PROG_LS@       0.02
 "ls -alni /proc"                       @PROG_LS@       0.02
 "ls -alni /tmp"                                @PROG_LS@       0.02
+"ls -alni /var/tmp"                    @PROG_LS@       0.02
+"ls -alni /usr/tmp"                    @PROG_LS@       0.02
 
 "netstat -an"                          @PROG_NETSTAT@  0.05
 "netstat -in"                          @PROG_NETSTAT@  0.05
@@ -49,3 +52,5 @@
 "tail -200 /var/adm/syslog/syslog.log" @PROG_TAIL@     0.01
 "tail -200 /var/log/maillog"           @PROG_TAIL@     0.01
 "tail -200 /var/adm/maillog"           @PROG_TAIL@     0.01
+"tail -200 /var/adm/syslog/mail.log"   @PROG_TAIL@     0.01
+
This page took 0.055485 seconds and 5 git commands to generate.