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

Diff for /www/Attic/porttest.html between version 1.20 and 1.21

version 1.20, 2005/12/20 08:33:09 version 1.21, 2011/01/15 22:08:11
Line 204 
Line 204 
     then the commit is done faster. If it does not work then some information      then the commit is done faster. If it does not work then some information
     must be given.      must be given.
     There are tools that can help in this task, like <a href=      There are tools that can help in this task, like <a href=
     "http://www.openbsd.org/cgi-bin/cvsweb/ports/infrastructure/build/portslogger">      "http://www.openbsd.org/cgi-bin/cvsweb/ports/infrastructure/bin/portslogger">
     portslogger</a> which is like an "intelligent tee" that redirects output      portslogger</a> which is like an "intelligent tee" that redirects output
     into a log file.</p>      into a log file.</p>
   
Line 216 
Line 216 
         <tr>          <tr>
           <td nowrap bgcolor="#EEEEEE">            <td nowrap bgcolor="#EEEEEE">
 <pre>  <pre>
     # make install 2&gt;&amp;1 | /usr/ports/infrastructure/build/portslogger .      # make install 2&gt;&amp;1 | /usr/ports/infrastructure/bin/portslogger .
 </pre>  </pre>
           </td>            </td>
         </tr>          </tr>
Line 224 
Line 224 
     </div>      </div>
     <br>      <br>
      <br>       <br>
   
   
     <p>This will redirect the output into a log file located in the current      <p>This will redirect the output into a log file located in the current
     directory.</p>      directory.</p>

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21