diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-21 23:48:55 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-21 23:48:55 +1100 |
commit | a8e06cef35c205e1aa562513c6d034a10c8c9a6d (patch) | |
tree | cf8bdb4466f553088c020b9179cabd6eaf196075 /ssh_prng_cmds.in | |
parent | 8c5e91c03fdd2693f0635f8b2a9904bffc94ce16 (diff) | |
download | openssh-git-a8e06cef35c205e1aa562513c6d034a10c8c9a6d.tar.gz |
- djm@cvs.openbsd.org 2003/11/21 11:57:03
[everything]
unexpand and delete whitespace at EOL; ok markus@
(done locally and RCS IDs synced)
Diffstat (limited to 'ssh_prng_cmds.in')
-rw-r--r-- | ssh_prng_cmds.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in index 50e7771f..0d29d49f 100644 --- a/ssh_prng_cmds.in +++ b/ssh_prng_cmds.in @@ -2,10 +2,10 @@ # Format is: "program-name args" path rate -# The "rate" represents the number of bits of usuable entropy per +# The "rate" represents the number of bits of usuable entropy per # byte of command output. Be conservative. # -# $Id: ssh_prng_cmds.in,v 1.8 2002/07/14 21:43:58 tim Exp $ +# $Id: ssh_prng_cmds.in,v 1.9 2003/11/21 12:48:56 djm Exp $ "ls -alni /var/log" @PROG_LS@ 0.02 "ls -alni /var/adm" @PROG_LS@ 0.02 |