Browse code

update description of ExtraDatabase

Tomasz Kojm authored on 2011/07/25 20:01:57
Showing 2 changed files
... ...
@@ -206,3 +206,10 @@ DatabaseMirror database.clamav.net
206 206
 # detection mechanisms and improvements to the ClamAV engine.
207 207
 # Default: enabled
208 208
 #Bytecode yes
209
+
210
+# Download an additional 3rd party signature database distributed through
211
+# the ClamAV mirrors. Here you can find a list of available databases:
212
+# http://www.clamav.net/download/cvd/3rdparty
213
+# This option can be used multiple times.
214
+#ExtraDatabase dbname1
215
+#ExtraDatabase dbname2
... ...
@@ -374,7 +374,7 @@ const struct clam_option __clam_options[] = {
374 374
 
375 375
     { "CompressLocalDatabase", NULL, 0, TYPE_BOOL, MATCH_BOOL, 0, NULL, 0, OPT_FRESHCLAM, "By default freshclam will keep the local databases (.cld) uncompressed to\nmake their handling faster. With this option you can enable the compression.\nThe change will take effect with the next database update.", "" },
376 376
 
377
-    { "ExtraDatabase", NULL, 0, TYPE_STRING, NULL, -1, NULL, FLAG_MULTIPLE, OPT_FRESHCLAM, "Download additional database. This option can be used multiple times.", "dbname1\ndbname2" },
377
+    { "ExtraDatabase", NULL, 0, TYPE_STRING, NULL, -1, NULL, FLAG_MULTIPLE, OPT_FRESHCLAM, "Download an additional 3rd party signature database distributed through\nthe ClamAV mirrors. Here you can find a list of available databases:\nhttp://www.clamav.net/download/cvd/3rdparty\nThis option can be used multiple times.", "dbname1\ndbname2" },
378 378
 
379 379
     { "DatabaseCustomURL", NULL, 0, TYPE_STRING, NULL, -1, NULL, FLAG_MULTIPLE, OPT_FRESHCLAM, "With this option you can provide custom sources (http:// or file://) for database files.\nThis option can be used multiple times.", "http://myserver.com/mysigs.ndb\nfile:///mnt/nfs/local.hdb" },
380 380