$OpenBSD: patch-clamav-unofficial-sigs_conf,v 1.6 2013/09/09 22:09:58 sthen Exp $
--- clamav-unofficial-sigs.conf.orig	Tue Aug 27 17:08:25 2013
+++ clamav-unofficial-sigs.conf	Mon Sep  9 22:42:20 2013
@@ -28,14 +28,14 @@
 # and optionally socat.  It's been reported that on Sun systems, the GNU utilities
 # should be used rather than the default Sun OS versions of these utilities.
 
-PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
+PATH="/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin"
 export PATH
 
 # Set the appropriate ClamD user and group accounts for your system.
 # If you do not want the script to set user and group permissions on
 # files and directories, comment the next two variables.
-clam_user="clamav"
-clam_group="clamav"
+clam_user="_clamav"
+clam_group="_clamav"
 
 # If you do not want the script to change the file mode of all signature
 # database files in the ClamAV working directory to 0644 (-rw-r--r--):
@@ -50,7 +50,7 @@ setmode="yes"
 
 # Set path to ClamAV database files location.  If unsure, check
 # your clamd.conf file for the "DatabaseDirectory" path setting.
-clam_dbs="/var/lib/clamav"
+clam_dbs="/var/db/clamav"
 
 # Set path to clamd.pid file (see clamd.conf for path location).
 clamd_pid="/var/run/clamd.pid"
@@ -179,11 +179,11 @@ si_update_hours="4"   # Default is 4 hours (6 update c
 # =========================
 # Add or remove database file names between quote marks as needed.  To
 # disable any of the MalwarePatrol database file downloads, remove the
-# appropriate database file name lines below.  To disable MalwarePatrol
-# database downloads, comment all of the following lines.
-mbl_dbs="
-   mbl.ndb
-"
+# appropriate database file name lines below.  To enable MalwarePatrol
+# database downloads, uncomment all of the following lines.
+#mbl_dbs="
+#   mbl.ndb
+#"
 
 # Since the MalwarePatrol database file is dynamically created,
 # there is no way to test for changes prior to downloading.  For this
@@ -227,7 +227,7 @@ curl_max_time="90"
 # Set working directory paths (edit to meet your own needs). If these
 # directories do not exist, the script will attempt to create them.
 # Top level working directory path:
-work_dir="/usr/unofficial-dbs"   #Top level working directory
+work_dir="/var/db/clamav-unofficial-sigs"   #Top level working directory
 # Sub-directory names:
 ss_dir="$work_dir/ss-dbs"        # Sanesecurity sub-directory
 si_dir="$work_dir/si-dbs"        # SecuriteInfo sub-directory
