slackbuilds_ponce/network/clamav-unofficial-sigs/patches/master.conf.patch
Nishant Limbachia 2f809bbaf3 network/clamav-unofficial-sigs: Updated for version 5.6.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-04-01 06:57:06 +07:00

60 lines
2.9 KiB
Diff

--- master.conf.orig 2017-03-27 19:19:44.055587408 -0500
+++ master.conf 2017-03-27 19:31:13.690746220 -0500
@@ -26,8 +26,8 @@
# 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 @@
# To enable "ham" (non-spam) directory scanning and removal of
# signatures that trigger on ham messages, uncomment the following
# variable and set it to the appropriate ham message directory.
-#ham_dir="/var/lib/clamav-unofficial-sigs/ham-test"
+ham_dir="/var/lib/clamav/clamav-unofficial-sigs/ham-test"
# If you would like to reload the clamd databases after an update,
# change the following variable to "yes".
@@ -60,7 +60,7 @@
clamd_reload_opt="clamdscan --reload"
# Top level working directory, script will attempt to create them.
-work_dir="/var/lib/clamav-unofficial-sigs" #Top level working directory
+work_dir="/var/lib/clamav/clamav-unofficial-sigs" #Top level working directory
# Log update information to '$log_file_path/$log_file_name'.
logging_enabled="yes"
@@ -397,7 +397,7 @@
max_sleep_time="600" # Default maximum is 600 seconds (10 minutes).
# Command to do a full clamd service stop/start
-#clamd_restart_opt="service clamd restart"
+clamd_restart_opt="/etc/rc.d/rc.clamav restart"
# Custom Command Paths, these are detected with the which command when not set
#uname_bin="/usr/bin/uname"
@@ -501,15 +501,15 @@
# Custom man install settings, these are detected and only used if you want to override
# the automatic detection and generation of the values when not set, this is mainly to aid package maintainers
-#man_dir="" #default: /usr/share/man/man8
-#man_filename="" #default: clamav-unofficial-sigs.8
+man_dir="/usr/man/man8" #default: /usr/share/man/man8
+man_filename="clamav-unofficial-sigs.8" #default: clamav-unofficial-sigs.8
# Provided two variables that package and port maintainers can use in order to
# prevent the script from removing itself with the '-r' flag
# If the script was installed via a package manager like yum, apt, pkg, etc.
# The script will instead provide feedback to the user about how to uninstall the package.
-#pkg_mgr="" #the package manager name
-#pkg_rm="" #the package manager command to remove the script
+pkg_mgr="pkgtool" #the package manager name
+pkg_rm="removepkg clamav-unofficial-sigs" #the package manager command to remove the script
# Custom full working directory paths, these are detected and only used if you want to override
# the automatic detection and generation of the values when not set, this is mainly to aid package maintainers