]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- updated.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 20 May 2004 15:54:56 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav-pld_config.patch -> 1.8

clamav-pld_config.patch

index f1105a61a448730202e3753704de9dec8551be01..2713ce739542bbea0497a506478086a3065becb6 100644 (file)
@@ -1,4 +1,3 @@
-diff -urN clamav-0.66.org/etc/clamav.conf clamav-0.66/etc/clamav.conf
 --- clamav-0.66.org/etc/clamav.conf    Wed Feb 11 11:51:14 2004
 +++ clamav-0.66/etc/clamav.conf        Wed Feb 11 11:52:00 2004
 @@ -5,12 +5,12 @@
@@ -16,15 +15,16 @@ diff -urN clamav-0.66.org/etc/clamav.conf clamav-0.66/etc/clamav.conf
  
  # By default the log file is locked for writing - the lock protects against
  # running clamd multiple times (if want to run another clamd, please
-@@ -34,14 +34,14 @@
+@@ -34,7 +34,7 @@
  #LogClean
  
  # Use system logger (can work together with LogFile).
 -#LogSyslog
 +LogSyslog
  
- # Enable verbose logging.
- #LogVerbose
+ # Specify the type of syslog messages - please refer to 'man syslog'
+ # for facility names. Default is LOG_LOCAL6.
+@@ -45,7 +45,7 @@
  
  # This option allows you to save the process identifier of the listening
  # daemon (main thread).
@@ -33,7 +33,7 @@ diff -urN clamav-0.66.org/etc/clamav.conf clamav-0.66/etc/clamav.conf
  
  # Optional path to the global temporary directory.
  # Default is system specific - usually /var/tmp or /tmp.
-@@ -58,10 +58,10 @@
+@@ -62,10 +62,10 @@
  # Path to the local socket. The daemon doesn't change the mode of the
  # created file (portability reasons). You may want to create it in a directory
  # which is only accessible for a user running daemon.
@@ -46,16 +46,16 @@ diff -urN clamav-0.66.org/etc/clamav.conf clamav-0.66/etc/clamav.conf
  
  # TCP port address.
  #TCPSocket 3310
-@@ -86,7 +86,7 @@
+@@ -90,7 +90,7 @@
  # Maximal number of a threads running at the same time.
  # Default is 5, and it should be sufficient for a typical workstation.
  # You may need to increase threads number for a server machine.
 -#MaxThreads 10
 +MaxThreads 10
  
- # Thread (scanner - single task) will be stopped after this time (seconds).
- # Default is 180. Value of 0 disables the timeout. SECURITY HINT: Increase the
-@@ -119,11 +119,11 @@
+ # Waiting for data from a client socket will timeout after this time (seconds).
+ # Default is 120. Value of 0 disables the timeout.
+@@ -118,11 +118,11 @@
  
  # Run as selected user (clamd must be started by root).
  # By default it doesn't drop privileges.
@@ -69,7 +69,7 @@ diff -urN clamav-0.66.org/etc/clamav.conf clamav-0.66/etc/clamav.conf
  
  # Don't fork into background. Useful in debugging.
  #Foreground
-@@ -136,7 +136,7 @@
+@@ -145,7 +145,7 @@
  ##
  
  # Uncomment this option if you are planning to scan mail files.
@@ -90,9 +90,9 @@ diff -urN clamav-0.66.org/etc/clamav.conf clamav-0.66/etc/clamav.conf
 +## only for that. 
 +## But if you have arguments please tell us.
  
- # You can change the default database directory here.
-@@ -12,14 +17,14 @@
+ # It should match clamav.conf's directive ! (in most cases you shouldn't
+ # change it)
+@@ -12,10 +17,10 @@
  #UpdateLogFile /var/log/freshclam.log
  
  # Enable verbose logging.
@@ -103,6 +103,10 @@ diff -urN clamav-0.66.org/etc/clamav.conf clamav-0.66/etc/clamav.conf
 -#LogSyslog
 +LogSyslog
  
+ # Specify the type of syslog messages - please refer to 'man syslog'
+ # for facility names. Default is LOG_LOCAL6.
+@@ -23,7 +28,7 @@
  # By default when freshclam is started by root it drops privileges and
  # switches to the "clamav" user. You can change this behaviour here.
 -#DatabaseOwner clamav
@@ -110,7 +114,7 @@ diff -urN clamav-0.66.org/etc/clamav.conf clamav-0.66/etc/clamav.conf
  
  # The main database mirror is database.clamav.net (this is a round-robin
  # DNS that points to many mirrors on the world) and in most cases you
-@@ -31,7 +36,7 @@
+@@ -35,7 +40,7 @@
  
  # How often check for a new database. We suggest checking for it every
  # two hours.
@@ -119,7 +123,7 @@ diff -urN clamav-0.66.org/etc/clamav.conf clamav-0.66/etc/clamav.conf
  
  # Proxy settings
  #HTTPProxyServer myproxy.com
-@@ -41,6 +46,7 @@
+@@ -45,6 +50,7 @@
  
  # Send the RELOAD command to clamd.
  #NotifyClamd [/optional/config/file/path]
This page took 0.14104 seconds and 4 git commands to generate.