[Pcsclite-cvs-commit] r6113 - in /website: ccid.html pcsclite.html

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Nov 22 08:02:33 UTC 2011


Author: rousseau
Date: Tue Nov 22 08:02:32 2011
New Revision: 6113

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6113
Log:
Use tee(1) to generate the log file

Modified:
    website/ccid.html
    website/pcsclite.html

Modified: website/ccid.html
URL: http://svn.debian.org/wsvn/pcsclite/website/ccid.html?rev=6113&op=diff
==============================================================================
--- website/ccid.html (original)
+++ website/ccid.html Tue Nov 22 08:02:32 2011
@@ -139,14 +139,14 @@
   <p>Then you shall generate a complete log.</p>
 
   <ul>
-	  <li>Kill the <code>pcscd</code> process</li>
-
-	  <li>And (re)start pcscd <b>exactly</b> as described bellow:
-<pre><code>sudo LIBCCID_ifdLogLevel=0x000F pcscd --foreground --debug --apdu</code></pre>
+	  <li>Kill any running <code>pcscd</code> process</li>
+
+	  <li>(re)start pcscd <b>exactly</b> as described bellow:
+<pre><code>sudo LIBCCID_ifdLogLevel=0x000F pcscd --foreground --debug --apdu | tee log.txt</code></pre>
 	  </li>
 
-	  <li>Stop pcscd (using Control-C) after the problem occured and
-	  send me the generated output</li>
+	  <li>Stop pcscd (using Control-C) <b>after</b> the problem occured and
+	  send me the generated <code>log.txt</code> file</li>
 
   </ul>
 

Modified: website/pcsclite.html
URL: http://svn.debian.org/wsvn/pcsclite/website/pcsclite.html?rev=6113&op=diff
==============================================================================
--- website/pcsclite.html (original)
+++ website/pcsclite.html Tue Nov 22 08:02:32 2011
@@ -102,14 +102,14 @@
   <p>Then you shall generate a complete log.</p>
 
   <ul>
-	  <li>Kill the <code>pcscd</code> process</li>
-
-	  <li>And (re)start pcscd <b>exactly</b> as described bellow:
-<pre><code>sudo LIBCCID_ifdLogLevel=0x000F pcscd --foreground --debug --apdu</code></pre>
+	  <li>Kill any running <code>pcscd</code> process</li>
+
+	  <li>(re)start pcscd <b>exactly</b> as described bellow:
+<pre><code>sudo LIBCCID_ifdLogLevel=0x000F pcscd --foreground --debug --apdu | tee log.txt</code></pre>
 	  </li>
 
 	  <li>Stop pcscd (using Control-C) <b>after</b> the problem occured and
-	  send me the generated output</li>
+	  send me the generated <code>log.txt</code> file</li>
 
   </ul>
 




More information about the Pcsclite-cvs-commit mailing list