--- smeserver-zarafa-0.9.0/root/etc/e-smith/events/actions/zarafa-update.update2 2008-12-22 23:00:13.000000000 +1100 +++ smeserver-zarafa-0.9.0/root/etc/e-smith/events/actions/zarafa-update 2008-12-22 23:01:45.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 + +/bin/chown -R www:www /var/www/html/webaccess/tmp +/bin/chmod 755 /var/www/html/z-push/state +/bin/chown -R www:www /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