ossp-web/pkg/lib/fsl/faq.wml 1.4 -> 1.5
--- faq.wml 2003/04/03 08:47:32 1.4
+++ faq.wml 2003/04/17 11:11:58 1.5
@@ -112,7 +112,12 @@
<faq id="static-fsl"
title="How can i find out if a statically linked program is using fsl?">
<pre>
- $ strings /cw12/sbin/postfix | grep '@(#)OSSP fsl'
+ $ what <i>/cw12/sbin/postfix</i> | grep 'OSSP fsl'
+ OSSP fsl 1.0.8 (13-Feb-2003)
+ </pre>
+ If you do not have a <tt>what</tt> command use <tt>strings</tt>
+ <pre>
+ $ strings <i>/cw12/sbin/postfix</i> | grep '@(#)OSSP fsl'
@(#)OSSP fsl 1.0.8 (13-Feb-2003)
</pre>
</faq>
|
|