[BACK]Return to checklist.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/checklist.html between version 1.33 and 1.34

version 1.33, 2001/07/05 18:52:09 version 1.34, 2001/07/07 00:15:44
Line 317 
Line 317 
 <p>  <p>
 If the port installs dynamic libraries, check their symbol tables  If the port installs dynamic libraries, check their symbol tables
 with <code>nm</code>, as some mistaken software strips dynamic libraries,  with <code>nm</code>, as some mistaken software strips dynamic libraries,
 which may lead to weird failures later.  which may lead to weird failures later. On the other hand, executable binaries
   SHOULD be stripped; <code>file</code> can be used to determine this.  If the
   port already contains code for stripping binaries, use it (i.e., an
   'install-strip' target); otherwise, add a provision in the port Makefile.
   
 <br><br><li>  <br><br><li>
 <strong>Check port for security holes again</strong>. This is  <strong>Check port for security holes again</strong>. This is

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34