1 |
mrjhb3 |
1.1 |
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 |
2 |
|
|
--- e-smith-base-5.4.0/root/etc/e-smith/events/actions/init-accounts 2013-09-28 18:00:00.160962825 +0200 |
3 |
|
|
+++ e-smith-base-5.4.0_bz7794/root/etc/e-smith/events/actions/init-accounts 2013-09-28 18:00:44.977952022 +0200 |
4 |
|
|
@@ -34,11 +34,11 @@ |
5 |
|
|
|
6 |
|
|
# fix permissions for www and apache |
7 |
|
|
warn "failed to fix permissions for www" unless ( |
8 |
|
|
- system("/bin/rpm --setugids horde imp-h3 ingo-h3 turba-h3 2> /dev/null") == 0 |
9 |
|
|
+ system("/bin/rpm --setugids --setperms horde imp-h3 ingo-h3 turba-h3 2> /dev/null") == 0 |
10 |
|
|
); |
11 |
|
|
|
12 |
|
|
warn "failed to fix permissions for apache" unless ( |
13 |
|
|
- system("/bin/rpm --setugids httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0 |
14 |
|
|
+ system("/bin/rpm --setugids --setperms httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0 |
15 |
|
|
); |
16 |
|
|
|
17 |
|
|
# delete unwanted user accounts |