- (dtucker) [regress/README.regress] Note compatibility issues with GNU head.

This commit is contained in:
Darren Tucker 2004-08-17 22:31:32 +10:00
parent 21dd0897d5
commit bad5f2d329
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,6 @@
20040817
- (dtucker) [regress/README.regress] Note compatibility issues with GNU head.
20040816
- (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root
to convince Solaris PAM to honour password complexity rules. ok djm@
@ -1645,4 +1648,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.3513 2004/08/16 13:12:05 dtucker Exp $
$Id: ChangeLog,v 1.3514 2004/08/17 12:31:32 dtucker Exp $

View File

@ -97,4 +97,8 @@ Known Issues.
unless ssh-rand-helper is in pre-installed (the path to
ssh-rand-helper is hard coded).
$Id: README.regress,v 1.8 2004/07/21 10:44:06 djm Exp $
- Recent GNU coreutils deprecate "head -[n]": this will cause the yes-head
test to fail. The old behaviour can be restored by setting (and
exporting) _POSIX2_VERSION=199209 before running the tests.
$Id: README.regress,v 1.9 2004/08/17 12:31:33 dtucker Exp $