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

version 1.14, 2001/01/17 13:43:26 version 1.16, 2001/01/17 13:50:47
Line 345  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 363  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.14  
changed lines
  Added in v.1.16


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