~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to docs/html/node29.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-03-12 11:30:04 UTC
  • mfrom: (0.41.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100312113004-b0fop4bkycszdd0z
Tags: 0.96~rc1+dfsg-0ubuntu1
* New upstream RC - FFE (LP: #537636):
  - Add OfficialDatabaseOnly option to clamav-base.postinst.in
  - Add LocalSocketGroup option to clamav-base.postinst.in
  - Add LocalSocketMode option to clamav-base.postinst.in
  - Add CrossFilesystems option to clamav-base.postinst.in
  - Add ClamukoScannerCount option to clamav-base.postinst.in
  - Add BytecodeSecurity opiton to clamav-base.postinst.in
  - Add DetectionStatsHostID option to clamav-freshclam.postinst.in
  - Add Bytecode option to clamav-freshclam.postinst.in
  - Add MilterSocketGroup option to clamav-milter.postinst.in
  - Add MilterSocketMode option to clamav-milter.postinst.in
  - Add ReportHostname option to clamav-milter.postinst.in
  - Bump libclamav SO version to 6.1.0 in libclamav6.install
  - Drop clamdmon from clamav.examples (no longer shipped by upstream)
  - Drop libclamav.a from libclamav-dev.install (not built by upstream)
  - Update SO version for lintian override for libclamav6
  - Add new Bytecode Testing Tool, usr/bin/clambc, to clamav.install
  - Add build-depends on python and python-setuptools for new test suite
  - Update debian/copyright for the embedded copy of llvm (using the system
    llvm is not currently feasible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>Output format</TITLE>
11
 
<META NAME="description" CONTENT="Output format">
 
10
<TITLE>Clamdscan</TITLE>
 
11
<META NAME="description" CONTENT="Clamdscan">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
18
18
 
19
19
<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
20
 
 
21
<LINK REL="next" HREF="node30.html">
21
22
<LINK REL="previous" HREF="node28.html">
22
 
<LINK REL="up" HREF="node25.html">
 
23
<LINK REL="up" HREF="node27.html">
23
24
<LINK REL="next" HREF="node30.html">
24
25
</HEAD>
25
26
 
26
27
<BODY >
27
28
 
28
29
<DIV CLASS="navigation"><!--Navigation Panel-->
29
 
<A NAME="tex2html571"
 
30
<A NAME="tex2html577"
30
31
  HREF="node30.html">
31
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
 
33
<A NAME="tex2html573"
 
34
  HREF="node27.html">
 
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
32
36
<A NAME="tex2html567"
33
 
  HREF="node25.html">
34
 
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
 
<A NAME="tex2html563"
36
37
  HREF="node28.html">
37
38
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
 
<A NAME="tex2html569"
 
39
<A NAME="tex2html575"
39
40
  HREF="node1.html">
40
41
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
42
<BR>
42
 
<B> Next:</B> <A NAME="tex2html572"
43
 
  HREF="node30.html">clamscan</A>
44
 
<B> Up:</B> <A NAME="tex2html568"
45
 
  HREF="node25.html">Usage</A>
46
 
<B> Previous:</B> <A NAME="tex2html564"
47
 
  HREF="node28.html">Clamuko</A>
48
 
 &nbsp; <B>  <A NAME="tex2html570"
 
43
<B> Next:</B> <A NAME="tex2html578"
 
44
  HREF="node30.html">Clamuko</A>
 
45
<B> Up:</B> <A NAME="tex2html574"
 
46
  HREF="node27.html">Usage</A>
 
47
<B> Previous:</B> <A NAME="tex2html568"
 
48
  HREF="node28.html">Clam daemon</A>
 
49
 &nbsp; <B>  <A NAME="tex2html576"
49
50
  HREF="node1.html">Contents</A></B> 
50
51
<BR>
51
52
<BR></DIV>
52
53
<!--End of Navigation Panel-->
53
54
 
54
 
<H2><A NAME="SECTION00064000000000000000">
55
 
Output format</A>
 
55
<H2><A NAME="SECTION00062000000000000000">
 
56
Clam<SPAN  CLASS="textbf">d</SPAN>scan</A>
56
57
</H2>
 
58
    <code>clamdscan</code> is a simple <code>clamd</code> client. In many cases you can
 
59
    use it as a <code>clamscan</code> replacement however you must remember that:
 
60
    
 
61
<UL>
 
62
<LI>it only depends on <code>clamd</code>
 
63
</LI>
 
64
<LI>although it accepts the same command line options as
 
65
              <code>clamscan</code> most of them are ignored because they must be
 
66
              enabled directly in <code>clamd</code>, i.e. <code>clamd.conf</code>
 
67
</LI>
 
68
<LI>in TCP mode scanned files must be accessible for <code>clamd</code>,
 
69
              if you enabled LocalSocket in clamd.conf then clamdscan will
 
70
              try to workaround this limitation by using FILDES
 
71
    
 
72
</LI>
 
73
</UL>
57
74
 
58
75
<P>
59
76
<BR><HR>
60
 
<!--Table of Child-Links-->
61
 
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
62
 
 
63
 
<UL CLASS="ChildLinks">
64
 
<LI><A NAME="tex2html573"
65
 
  HREF="node30.html">clamscan</A>
66
 
<LI><A NAME="tex2html574"
67
 
  HREF="node31.html">clamd</A>
68
 
</UL>
69
 
<!--End of Table of Child-Links-->
70
 
<BR><HR>
71
77
<ADDRESS>
72
78
Tomasz Kojm
73
 
2009-10-28
 
79
2010-03-10
74
80
</ADDRESS>
75
81
</BODY>
76
82
</HTML>