diff options
author | djm <djm> | 2000-09-16 04:39:56 +0000 |
---|---|---|
committer | djm <djm> | 2000-09-16 04:39:56 +0000 |
commit | dee0e85412956d927092d47907162b8da099a31b (patch) | |
tree | 338af33759396c599de9fafd8389498d572f53a0 /ssh_prng_cmds.in | |
parent | 5dcef222e47244e4c607adb2a21d07d96e82ee42 (diff) | |
download | openssh-dee0e85412956d927092d47907162b8da099a31b.tar.gz |
- (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
- (djm) Re-enable int64_t types - we need them for sftp
- (djm) Use libexecdir from configure , rather than libexecdir/ssh
- (djm) Update Redhat SPEC file accordingly
- (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
- (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
- (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
<Dirk.DeWachter@rug.ac.be>
- (djm) Fixprogs and entropy list fixes from Larry Jones
<larry.jones@sdrc.com>
- (djm) Fix for SuSE spec file from Takashi YOSHIDA
<tyoshida@gemini.rc.kyushu-u.ac.jp>
Diffstat (limited to 'ssh_prng_cmds.in')
-rw-r--r-- | ssh_prng_cmds.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in index 355c1b90..0f86c762 100644 --- a/ssh_prng_cmds.in +++ b/ssh_prng_cmds.in @@ -14,6 +14,15 @@ "ls -alni /tmp" @PROG_LS@ 0.02 "ls -alni /var/tmp" @PROG_LS@ 0.02 "ls -alni /usr/tmp" @PROG_LS@ 0.02 +"ls -alTi /var/log" @PROG_LS@ 0.02 +"ls -alTi /var/adm" @PROG_LS@ 0.02 +"ls -alTi /var/mail" @PROG_LS@ 0.02 +"ls -alTi /var/adm/syslog" @PROG_LS@ 0.02 +"ls -alTi /var/spool/mail" @PROG_LS@ 0.02 +"ls -alTi /proc" @PROG_LS@ 0.02 +"ls -alTi /tmp" @PROG_LS@ 0.02 +"ls -alTi /var/tmp" @PROG_LS@ 0.02 +"ls -alTi /usr/tmp" @PROG_LS@ 0.02 "netstat -an" @PROG_NETSTAT@ 0.05 "netstat -in" @PROG_NETSTAT@ 0.05 |