diff -Nur e-smith-base-5.4.0/root/etc/e-smith/events/actions/init-accounts e-smith-base-5.4.0_bz7794/root/etc/e-smith/events/actions/init-accounts --- e-smith-base-5.4.0/root/etc/e-smith/events/actions/init-accounts 2013-09-28 18:00:00.160962825 +0200 +++ e-smith-base-5.4.0_bz7794/root/etc/e-smith/events/actions/init-accounts 2013-09-28 18:00:44.977952022 +0200 @@ -34,11 +34,11 @@ # fix permissions for www and apache warn "failed to fix permissions for www" unless ( - system("/bin/rpm --setugids horde imp-h3 ingo-h3 turba-h3 2> /dev/null") == 0 + system("/bin/rpm --setugids --setperms horde imp-h3 ingo-h3 turba-h3 2> /dev/null") == 0 ); warn "failed to fix permissions for apache" unless ( - system("/bin/rpm --setugids httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0 + system("/bin/rpm --setugids --setperms httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0 ); # delete unwanted user accounts