portslogger diff
Amit Kulkarni <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
this needs to be on the TO-DO list for 4.9 end of month.
Index: faq/ports/testing.html
===================================================================
RCS file: /cvs/www/faq/ports/testing.html,v
retrieving revision 1.6
diff -u -r1.6 testing.html
--- faq/ports/testing.html 19 Sep 2010 13:35:40 -0000 1.6
+++ faq/ports/testing.html 17 Apr 2011 20:47:23 -0000
@@ -231,7 +231,7 @@
then the commit is done faster. If it does not work then some information
must be given.
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
into a log file.</p>
@@ -243,7 +243,7 @@
<tr>
<td nowrap bgcolor="#EEEEEE">
<pre>
- # make install 2>&1 | /usr/ports/infrastructure/build/portslogger .
+ # make install 2>&1 | /usr/ports/infrastructure/bin/portslogger .
</pre>
</td>
</tr>