=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/checklist.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- www/Attic/checklist.html 2001/07/05 18:52:09 1.33 +++ www/Attic/checklist.html 2001/07/07 00:15:44 1.34 @@ -317,7 +317,10 @@

If the port installs dynamic libraries, check their symbol tables with nm, 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; file 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.

  • Check port for security holes again. This is @@ -493,6 +496,6 @@ Porting www@openbsd.org -
    $OpenBSD: checklist.html,v 1.33 2001/07/05 18:52:09 pvalchev Exp $ +
    $OpenBSD: checklist.html,v 1.34 2001/07/07 00:15:44 jsyn Exp $