diff options
author | Damien Miller <djm@mindrot.org> | 2000-09-16 06:39:56 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-09-16 06:39:56 +0200 |
commit | 606f880e0fd1a31f5beb3b37ece0c12317a9ed61 (patch) | |
tree | b4afe2d6f8b77d73d309b3ed6ea2b89ad768d820 /ssh_prng_cmds.in | |
parent | - (djm) Merge OpenBSD changes: (diff) | |
download | openssh-606f880e0fd1a31f5beb3b37ece0c12317a9ed61.tar.xz openssh-606f880e0fd1a31f5beb3b37ece0c12317a9ed61.zip |
- (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 355c1b90a..0f86c7627 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 |