Diff for /loncom/build/readme.html between versions 1.13 and 1.16

version 1.13, 2001/01/17 13:40:29 version 1.16, 2001/01/17 13:50:47
Line 278  What this means in terms of software upd Line 278  What this means in terms of software upd
 <LI>have their machine specific information saved,  <LI>have their machine specific information saved,
 <LI>be overwritten, and then  <LI>be overwritten, and then
 <LI>have their machine specific information restored.  <LI>have their machine specific information restored.
   </OL>
 </UL>  </UL>
 </P>  </P>
 <LI><A NAME="makeinstall">  <LI><A NAME="makeinstall">
Line 344  a backup copy is made though.  Informati Line 345  a backup copy is made though.  Informati
 backup copies and restored to the new files by the  backup copies and restored to the new files by the
 <TT>loncaparestoreconfigurations</TT> script.  To ensure that  <TT>loncaparestoreconfigurations</TT> script.  To ensure that
 new file permissions and ownerships are installed, a final set of  new file permissions and ownerships are installed, a final set of
 <TT>chown</TT> and <TT>chmod</TT> commands are called upon all  <TT>chown</TT> and <TT>chmod</TT> commands are called for each of 
 the configuration files.  the configuration files.
 </P>  </P>
 <STRONG>For the truly paranoid</STRONG>  <STRONG>For the truly paranoid</STRONG>
Line 362  copies are not overwritten). Line 363  copies are not overwritten).
 <FONT COLOR="#008800">  <FONT COLOR="#008800">
 <PRE>  <PRE>
 cd loncom/build  cd loncom/build
 rm -Rf BinaryRootL <I>(or alternatively, "make clean")</I>  rm -Rf BinaryRoot <I>(or alternatively, "make clean")</I>
 make RPM  make RPM
 <I>(to subsequently install, you can type commands like     <I>(to subsequently install, you can type commands like
 "rpm -Uvh --force LON-CAPA-base-3.1-1.i386.rpm")         "rpm -Uvh --force LON-CAPA-base-3.1-1.i386.rpm")</I>
 </PRE>  </PRE>
 </FONT>  </FONT>
 </P>  </P>

Removed from v.1.13  
changed lines
  Added in v.1.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>