Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
vhcs2
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 81
[-]
[+]
Changed
vhcs2.spec
@@ -231,6 +231,7 @@ Summary: Amavis addon for VHCS Group: System Requires: spamassassin amavisd-new lha unace unarj zoo zip unzip clamav %{name} +BuildRequires: spamassassin amavisd-new clamav %description amavis Amavis anti-spam and anti-virus filter addon for VHCS. @@ -690,13 +691,13 @@ %post amavis [ -n "%{devdeb}" ] && echo "enable service: amavis" -chkconfig --add amavis +chkconfig --add amavis || : [ -n "%{devdeb}" ] && echo "enable service: clamd" -chkconfig --add clamd +chkconfig --add clamd || : [ -n "%{devdeb}" ] && echo "enable service: freshclam" -chkconfig --add freshclam +chkconfig --add freshclam || : [ -n "%{devdeb}" ] && echo "enable service: spamd" -chkconfig --add spamd +chkconfig --add spamd || : ##################################################################################