version 1.13, 2001/01/17 13:40:29
|
version 1.15, 2001/01/17 13:46:02
|
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 393 This is the actual make target code.
|
Line 394 This is the actual make target code.
|
<FONT COLOR="#880000"> |
<FONT COLOR="#880000"> |
<PRE> |
<PRE> |
<!-- LONCAPA MAKETARGET=RPM START --> |
<!-- LONCAPA MAKETARGET=RPM START --> |
RPM: BinaryRoot |
|
cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot |
|
cat setup_file_list.txt | perl make_rpm.pl setup 3.1 '' '' BinaryRoot |
|
|
|
BinaryRoot: |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot |
|
<!-- LONCAPA MAKETARGET=RPM END --> |
|
</PRE> |
</PRE> |
</FONT> |
</FONT> |
A <TT>BinaryRoot</TT> directory is generated that reflects the locations, |
A <TT>BinaryRoot</TT> directory is generated that reflects the locations, |