diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-09 02:55:35 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-09 02:55:35 +0100 |
commit | e9cf357a99dcd2db14635974289e04f5f0808123 (patch) | |
tree | abedb37ba47ea77ee3c39aece61d6c245134c33b /ssh_prng_cmds.in | |
parent | - markus@cvs.openbsd.org 2001/02/06 22:43:02 (diff) | |
download | openssh-e9cf357a99dcd2db14635974289e04f5f0808123.tar.xz openssh-e9cf357a99dcd2db14635974289e04f5f0808123.zip |
- (djm) Add CVS Id's to files that we have missed
Diffstat (limited to '')
-rw-r--r-- | ssh_prng_cmds.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in index 0f86c7627..684a4f428 100644 --- a/ssh_prng_cmds.in +++ b/ssh_prng_cmds.in @@ -4,6 +4,8 @@ # The "rate" represents the number of bits of usuable entropy per # byte of command output. Be conservative. +# +# $Id: ssh_prng_cmds.in,v 1.6 2001/02/09 01:55:36 djm Exp $ "ls -alni /var/log" @PROG_LS@ 0.02 "ls -alni /var/adm" @PROG_LS@ 0.02 |