--- smeserver-zarafa-0.9.0/root/etc/e-smith/events/actions/zarafa-update.update 2008-12-22 18:54:30.000000000 +1100 +++ smeserver-zarafa-0.9.0/root/etc/e-smith/events/actions/zarafa-update 2008-12-22 18:54:54.000000000 +1100 @@ -1,18 +1,10 @@ #!/bin/sh -# initialize-default-databases -/etc/e-smith/events/actions/initialize-default-databases +# update files controled by upstream sources +/bin/mkdir -p /var/www/html/webaccess/tmp +/bin/mkdir -p /var/www/html/z-push/state -# remoteaccess-update -/sbin/e-smith/signal-event remoteaccess-update - -# webaccess config /usr/bin/chown -R www:www /var/www/html/webaccess/tmp -/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf -/usr/bin/sv restart /service/httpd-e-smith - -# expand zarafa templates -/etc/e-smith/events/actions/zarafa-expand-templates -# start services -/etc/e-smith/events/actions/zarafa-services restart +/usr/bin/chmod 755 /var/www/html/z-push/state +/usr/bin/chown -R www:www /var/www/html/z-push/state