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 65
[-]
[+]
Changed
vhcs2.spec
@@ -466,6 +466,7 @@ %files amavis %files awstats +%defattr(-,root,root) %{vhcs_awstatsdir}/awstats /etc/cron.d/vhcs2awstats @@ -692,18 +693,21 @@ fi # restart services to activate new configuration -/etc/init.d/named restart -/etc/init.d/mysql restart +/etc/init.d/named restart || : +/etc/init.d/mysql restart || : %postun %insserv_cleanup -/etc/init.d/named restart -/etc/init.d/mysql restart +/etc/init.d/named restart || : +/etc/init.d/mysql restart || : ################################################################################# # CHANGELOG ################################################################################# %changelog +* Sat Nov 15 2008 Carsten Schoene <vhcs@j0ke.net> +- added files for awstats subpackage + * Sat Nov 08 2008 Carsten Schoene <vhcs@j0ke.net> - multiple cross-distribution build changes - filelist cleanup