This commit is contained in:
parent
dbd2050fc2
commit
6804b9dc2a
@ -74,6 +74,17 @@
|
|||||||
|
|
||||||
# Initialize supplementary group access (clamd must be started by root).
|
# Initialize supplementary group access (clamd must be started by root).
|
||||||
# Default: no
|
# Default: no
|
||||||
|
@@ -323,6 +319,10 @@
|
||||||
|
##
|
||||||
|
|
||||||
|
# Enable Clamuko. Dazuko (/dev/dazuko) must be configured and running.
|
||||||
|
+#
|
||||||
|
+# When enabling this, you most probably have to set "User root" above,
|
||||||
|
+# so that clamav can access the files to be scanned.
|
||||||
|
+#
|
||||||
|
# Default: no
|
||||||
|
#ClamukoScanOnAccess yes
|
||||||
|
|
||||||
--- etc/freshclam.conf
|
--- etc/freshclam.conf
|
||||||
+++ etc/freshclam.conf
|
+++ etc/freshclam.conf
|
||||||
@@ -1,12 +1,8 @@
|
@@ -1,12 +1,8 @@
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 9 11:06:45 CEST 2007 - max@suse.de
|
||||||
|
|
||||||
|
- Inform the user that to use Clamuko, clamd needs to run as root,
|
||||||
|
so that it can read the files it needs to scan (#201730).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 17 13:39:44 CEST 2007 - max@suse.de
|
Tue Jul 17 13:39:44 CEST 2007 - max@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ BuildRequires: pwdutils
|
|||||||
%endif
|
%endif
|
||||||
Summary: Antivirus Toolkit
|
Summary: Antivirus Toolkit
|
||||||
Version: 0.91.1
|
Version: 0.91.1
|
||||||
Release: 1
|
Release: 9
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
URL: http://www.clamav.net
|
URL: http://www.clamav.net
|
||||||
@ -209,6 +209,9 @@ for distfile in {main,daily}.cvd.dist; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 09 2007 - max@suse.de
|
||||||
|
- Inform the user that to use Clamuko, clamd needs to run as root,
|
||||||
|
so that it can read the files it needs to scan (#201730).
|
||||||
* Tue Jul 17 2007 - max@suse.de
|
* Tue Jul 17 2007 - max@suse.de
|
||||||
- Stability and bugfix update: 0.91.1 (#292297)
|
- Stability and bugfix update: 0.91.1 (#292297)
|
||||||
- Run ldconfig on (un)installation.
|
- Run ldconfig on (un)installation.
|
||||||
|
Loading…
Reference in New Issue
Block a user