1 |
diff -Nur e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/init-accounts e-smith-base-5.8.0/root/etc/e-smith/events/actions/init-accounts |
2 |
--- e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/init-accounts 2016-02-04 18:14:13.000000000 -0500 |
3 |
+++ e-smith-base-5.8.0/root/etc/e-smith/events/actions/init-accounts 2020-12-11 14:15:17.931000000 -0500 |
4 |
@@ -59,14 +59,19 @@ |
5 |
|
6 |
|
7 |
# fix permissions for www and apache |
8 |
-warn "failed to fix permissions for www" unless ( |
9 |
- system("/bin/rpm --setugids --setperms horde imp-h3 ingo-h3 turba-h3 2> /dev/null") == 0 |
10 |
- ); |
11 |
+# horde does not use www / apache anymore |
12 |
+#warn "failed to fix permissions for www" unless ( |
13 |
+# system("/bin/rpm --setugids --setperms horde 2> /dev/null") == 0 |
14 |
+# ); |
15 |
|
16 |
warn "failed to fix permissions for apache" unless ( |
17 |
- system("/bin/rpm --setugids --setperms httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0 |
18 |
+ system("/bin/rpm --setperms httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0 |
19 |
+ ); |
20 |
+warn "failed to fix user group ids for apache" unless ( |
21 |
+ system("/bin/rpm --setugids httpd mod_auth_tkt mod_ssl php pwauth 2> /dev/null") == 0 |
22 |
); |
23 |
|
24 |
+ |
25 |
# delete unwanted user accounts |
26 |
foreach my $user (qw(halt shutdown sync)) |
27 |
{ |