summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2004-03-08 12:12:18 -0800
committerTim Rice <tim@multitalents.net>2004-03-08 12:12:18 -0800
commitaa5383243d7347302a82f29809a788b43b3ff837 (patch)
tree1d900212cb3fdc6a86bc1447c062c8c9bf778fb2
parent8448e66770d5d4f1b8e46f529c98cb237aa27540 (diff)
- (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal
-rw-r--r--ChangeLog3
-rw-r--r--regress/README.regress5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ee7b2e52..11c3419a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,7 @@
- dtucker@cvs.openbsd.org 2004/03/08 10:18:57
[sshd_config.5]
Document KerberosGetAFSToken; ok markus@
+ - (tim) [regress/README.regress] Document ssh-rand-helper issue. ok bal
20040307
- (tim) [regress/login-timeout.sh] fix building outside of source tree.
@@ -890,4 +891,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3285 2004/03/08 12:13:15 djm Exp $
+$Id: ChangeLog,v 1.3286 2004/03/08 20:12:18 tim Exp $
diff --git a/regress/README.regress b/regress/README.regress
index b479c6c0..6ff032b6 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -90,5 +90,8 @@ Known Issues.
fail (because it's not a tcp socket) and will be identified as
"unknown", which is then checked against tcpwrappers.
+- If your build requires ssh-rand-helper regress tests will fail
+ unless ssh-rand-helper is in pre-installed (the path to
+ ssh-rand-helper is hard coded).
-$Id: README.regress,v 1.3 2004/01/28 01:26:14 dtucker Exp $
+$Id: README.regress,v 1.4 2004/03/08 20:12:18 tim Exp $