|
From: Will P. <pa...@us...> - 2003-03-10 12:38:49
|
Update of /cvsroot/ark/sidai/host In directory sc8-pr-cvs1:/tmp/cvs-serv2707/host Modified Files: linux.xml solaris.xml Log Message: updates Index: linux.xml =================================================================== RCS file: /cvsroot/ark/sidai/host/linux.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** linux.xml 16 Oct 2002 15:50:07 -0000 1.13 --- linux.xml 10 Mar 2003 12:38:46 -0000 1.14 *************** *** 1,5 **** <!-- ......................................................................... . ! . Copyright (C) 2001,2002 Will Partain . . This program is free software; you can redistribute it and/or modify --- 1,5 ---- <!-- ......................................................................... . ! . Copyright (C) 2001-2003 Will Partain . . This program is free software; you can redistribute it and/or modify *************** *** 92,96 **** <NFS-EXPORTS-STYLE>linux</NFS-EXPORTS-STYLE> ! <PATCH>/usr/bin/patch</PATCH> <PERL-BOOT>/usr/bin/perl</PERL-BOOT> --- 92,96 ---- <NFS-EXPORTS-STYLE>linux</NFS-EXPORTS-STYLE> ! <PATCH-BOOT>/usr/bin/patch</PATCH-BOOT> <PERL-BOOT>/usr/bin/perl</PERL-BOOT> Index: solaris.xml =================================================================== RCS file: /cvsroot/ark/sidai/host/solaris.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** solaris.xml 26 Sep 2002 17:15:06 -0000 1.9 --- solaris.xml 10 Mar 2003 12:38:46 -0000 1.10 *************** *** 1,5 **** <!-- ......................................................................... . ! . Copyright (C) 2001,2002 Will Partain . . This program is free software; you can redistribute it and/or modify --- 1,5 ---- <!-- ......................................................................... . ! . Copyright (C) 2001-2003 Will Partain . . This program is free software; you can redistribute it and/or modify *************** *** 40,43 **** --- 40,46 ---- <NFS-EXPORTS-STYLE>share</NFS-EXPORTS-STYLE> + + <!-- true at solaris8, at least --> + <PATCH-BOOT>/usr/bin/patch</PATCH-BOOT> <RANLIB>/usr/ccs/bin/ranlib</RANLIB> |