* BUGS: Mention fix for broken Solaris 8 <rpcsvc/autofs_prot.h>
authorRainer Orth <ro@techfak.uni-bielefeld.de>
Wed, 3 Sep 2003 21:08:04 +0000 (21:08 +0000)
committerRainer Orth <ro@techfak.uni-bielefeld.de>
Wed, 3 Sep 2003 21:08:04 +0000 (21:08 +0000)
patches.

BUGS
ChangeLog

diff --git a/BUGS b/BUGS
index 7bb0d6765ac01b56533adc20ad5421b7cfab050e..563e8e8a49d81d3640936bc0f4c3dd9b6d462702 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -217,7 +217,7 @@ with the error "missing translation value."  This is a bug in Solaris lex.
 Use GNU Flex instead.   You can download ready-made flex binaries from
 www.sunfreeware.com.
 
-(15) Solaris 8 + patch 10899[34]-xx (xx >= 18) or patch 11260[56]-xx
+(15) Solaris 8 + patch 10899[34]-xx (18 <= xx < 25) or patch 11260[56]-xx
 
 With this patch, Sun updated the autofs kernel module and automountd
 userspace daemon from version 3 to version 4.  They also updated the
@@ -226,8 +226,10 @@ autofs_prot.h file.  Thus, when amd is compiled, it uses the old header and
 thinks it should use autofs version 3, when in fact the kernel now supports
 (and expects) only version 4.
 
-The fix is to run 'rpcgen -C -h /usr/include/rpcsvc/autofs_prot.x >
+The workaround is to run 'rpcgen -C -h /usr/include/rpcsvc/autofs_prot.x >
 /usr/include/rpcsvc/autofs_prot.h' and completely reconfigure and rebuild
 am-utils (removing config.cache before running configure).
 
+The problem is fixed in patch revisions 10899[34]-25 and up.
+
 Erez & Ion
index aa8dc6d4ea8a529dc69ae5317922ba4e7c75ccfe..3822d92147b75cca0707797395a935f3ee7f2c1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * BUGS: Mention fix for broken Solaris 8 <rpcsvc/autofs_prot.h>
+       patches.
+
 2003-08-31  Erez Zadok  <ezk@filer.fsl.cs.sunysb.edu>
 
        * amd/autil.c (strealloc): don't call malloc_verify() unless it