Projects
Kolab:Winterfell
pykolab
pykolab-0.8.4-patch-freshclam-subprocess.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pykolab-0.8.4-patch-freshclam-subprocess.patch of Package pykolab (Revision 26)
Currently displaying revision
26
,
Show latest
diff --git a/pykolab/setup/setup_mta.py b/pykolab/setup/setup_mta.py index 53293cf..0a13fc3 100644 --- a/pykolab/setup/setup_mta.py +++ b/pykolab/setup/setup_mta.py @@ -472,11 +472,11 @@ result_format = "shared+%%s" log.error(_("Could not find a ClamAV update configuration file")) if os.path.isfile('/etc/freshclam.conf'): - subprocess.call( + subprocess.call([ '/usr/bin/freshclam', '--quiet', '--datadir="/var/lib/clamav"' - ) + ]) amavisservice = 'amavisd.service' clamavservice = 'clamd@amavisd.service'
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.