]> git.pld-linux.org Git - packages/clamav.git/blobdiff - clamav-pld_config.patch
- up to 0.97
[packages/clamav.git] / clamav-pld_config.patch
index 1bfa59efda0b81df32aaf58c4600ea414a868b5e..d6c53d0d6ae35669874a0f88e1429f5ca6c56ff1 100644 (file)
@@ -1,5 +1,5 @@
---- clamav-0.90rc2.pld/etc/clamd.conf  2006-11-05 17:18:53.305030378 +0200
-+++ clamav-0.90rc2/etc/clamd.conf      2006-11-05 18:53:11.342468909 +0200
+--- clamav-0.96rc1/etc/clamd.conf~     2010-03-10 15:27:30.000000000 +0100
++++ clamav-0.96rc1/etc/clamd.conf      2010-03-11 09:45:32.817607707 +0100
 @@ -5,13 +5,13 @@
  
  
@@ -16,7 +16,7 @@
  
  # By default the log file is locked for writing - the lock protects against
  # running clamd multiple times (if want to run another clamd, please
-@@ -40,7 +40,7 @@
+@@ -40,12 +40,12 @@
  
  # Use system logger (can work together with LogFile).
  # Default: no
  
  # Specify the type of syslog messages - please refer to 'man syslog'
  # for facility names.
+ # Default: LOG_LOCAL6
+-#LogFacility LOG_MAIL
++LogFacility LOG_MAIL
+ # Enable verbose logging.
+ # Default: no
 @@ -54,7 +54,7 @@
  # This option allows you to save a process identifier of the listening
  # daemon (main thread).
  
  # Optional path to the global temporary directory.
  # Default: system specific (usually /tmp or /var/tmp).
-@@ -69,11 +69,11 @@
+@@ -73,7 +73,7 @@
  
  # Path to a local socket file the daemon will listen on.
  # Default: disabled (must be specified by a user)
--LocalSocket /tmp/clamd
+-#LocalSocket /tmp/clamd.socket
 +LocalSocket /var/lib/clamav/clamd.socket
  
- # Remove stale socket after unclean shutdown.
- # Default: no
--#FixStaleSocket yes
-+FixStaleSocket yes
+ # Sets the group ownership on the unix socket.
+ # Default: disabled (the primary group of the user running clamd)
+@@ -183,11 +183,11 @@
  
- # TCP port address.
- # Default: no
-@@ -141,11 +141,11 @@
- # Run as a selected user (clamd must be started by root).
+ # Run as another user (clamd must be started by root for this option to work)
  # Default: don't drop privileges
 -#User clamav
 +User clamav
@@ -62,9 +63,9 @@
  
  # Stop daemon when libclamav reports out of memory condition.
  #ExitOnOOM yes
-@@ -303,15 +303,15 @@
+@@ -436,15 +436,15 @@
  
- # Set access mask for Clamuko.
+ # Set access mask for Clamuko (Dazuko only).
  # Default: no
 -#ClamukoScanOnOpen yes
 -#ClamukoScanOnClose yes
 +ClamukoScanOnClose yes
 +ClamukoScanOnExec yes
  
- # Set the include paths (all files in them will be scanned). You can have
+ # Set the include paths (all files inside them will be scanned). You can have
  # multiple ClamukoIncludePath directives but each directory must be added
- # in a seperate line.
+ # in a seperate line. (Dazuko only)
  # Default: disabled
 -#ClamukoIncludePath /home
 +ClamukoIncludePath /home
  #ClamukoIncludePath /students
  
- # Set the exclude paths. All subdirectories are also excluded.
---- clamav-0.90rc2/etc/freshclam.conf  2006-10-16 02:38:54.000000000 +0300
-+++ clamav-0.90rc2.pld/etc/freshclam.conf      2006-11-05 17:19:32.115904497 +0200
-@@ -2,10 +2,14 @@
- ## Example config file for freshclam
+ # Set the exclude paths. All subdirectories are also excluded. (Dazuko only)
+--- clamav-0.96rc1/etc/freshclam.conf~ 2010-02-26 11:56:59.000000000 +0100
++++ clamav-0.96rc1/etc/freshclam.conf  2010-03-11 09:52:38.261708157 +0100
+@@ -3,9 +3,14 @@
  ## Please read the freshclam.conf(5) manual before editing this file.
  ##
--
 +## PLD NOTE: Note that freshclam is called periodically via cron
 +## Check /etc/sysconfig/clamd for details
 +## Seems better to run task once per period than keep daemon running
  
  # Path to the database directory.
  # WARNING: It must match clamd.conf's directive!
-@@ -18,11 +22,11 @@
+@@ -30,11 +35,11 @@
  
  # Enable verbose logging.
  # Default: no
  
  # Specify the type of syslog messages - please refer to 'man syslog'
  # for facility names.
-@@ -36,7 +40,7 @@
+@@ -48,7 +53,7 @@
  # By default when started freshclam drops privileges and switches to the
  # "clamav" user. This directive allows you to change the database owner.
  # Default: clamav (may depend on installation options)
  
  # Initialize supplementary group access (freshclam must be started by root).
  # Default: no
-@@ -66,7 +70,7 @@
+@@ -89,7 +94,7 @@
  
  # Number of database checks per day.
  # Default: 12 (every two hours)
  
  # Proxy settings
  # Default: disabled
-@@ -88,7 +92,7 @@
+@@ -111,7 +116,7 @@
  
  # Send the RELOAD command to clamd.
  # Default: no
 -#NotifyClamd /path/to/clamd.conf
-+NotifyClamd /etc/clamd.conf
++#NotifyClamd /etc/clamd.conf
  
  # Run command after successful database update.
  # Default: disabled
This page took 0.109514 seconds and 4 git commands to generate.