Browse code

docs: document bb#1185

git-svn: trunk@4250

Tomasz Kojm authored on 2008/10/11 21:19:02
Showing 4 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sat Oct 11 14:37:57 CEST 2008 (tk)
2
+----------------------------------
3
+  * docs: document bb#1185
4
+
1 5
 Sat Oct 11 13:50:12 CEST 2008 (tk)
2 6
 ----------------------------------
3 7
   * freshclam/manager.c: improve the log parser (bb#1225)
4 8
Binary files a/docs/clamdoc.pdf and b/docs/clamdoc.pdf differ
... ...
@@ -571,6 +571,10 @@ N * * * *	/usr/local/bin/freshclam --quiet
571 571
 	\item \textbf{SIGHUP} - reopen the log file
572 572
 	\item \textbf{SIGUSR2} - reload the database
573 573
     \end{itemize}
574
+    Clamd should not be started in the background using the shell operator
575
+    \verb+&+ or external tools. Instead, you should run and wait for clamd
576
+    to load the database and daemonize itself. After that, clamd is instantly
577
+    ready to accept connections and perform file scanning.
574 578
 
575 579
     \subsection{Clam\textbf{d}scan}
576 580
     \verb+clamdscan+ is a simple \verb+clamd+ client. In many cases you can
... ...
@@ -131,6 +131,10 @@ Start/end a <code>clamd</code> session - you can do multiple commands
131 131
     
132 132
 </LI>
133 133
 </UL>
134
+    Clamd should not be started in the background using the shell operator
135
+    <code>&amp;</code> or external tools. Instead, you should run and wait for clamd
136
+    to load the database and daemonize itself. After that, clamd is instantly
137
+    ready to accept connections and perform file scanning.
134 138
 
135 139
 <P>
136 140
 
... ...
@@ -160,7 +164,7 @@ Start/end a <code>clamd</code> session - you can do multiple commands
160 160
 <!--End of Navigation Panel-->
161 161
 <ADDRESS>
162 162
 Tomasz Kojm
163
-2008-09-01
163
+2008-10-11
164 164
 </ADDRESS>
165 165
 </BODY>
166 166
 </HTML>