diff -Nur smeserver-shared-folders-0.3/root/etc/e-smith/templates/etc/fstab/51EnableACL smeserver-shared-folders-0.3_bz8730/root/etc/e-smith/templates/etc/fstab/51EnableACL --- smeserver-shared-folders-0.3/root/etc/e-smith/templates/etc/fstab/51EnableACL 2013-11-11 20:18:26.000000000 +0100 +++ smeserver-shared-folders-0.3_bz8730/root/etc/e-smith/templates/etc/fstab/51EnableACL 2014-12-18 09:35:36.315000000 +0100 @@ -1,7 +1,7 @@ { # Change usrquota,grpquota => usrquota,grpquota,acl for / file system @lines = map { - /\s\/\s+ext[23]\s+usrquota,grpquota\s/ && s/usrquota,grpquota/usrquota,grpquota,acl/; + /\s\/\s+ext[234]\s+usrquota,grpquota\s/ && s/usrquota,grpquota/usrquota,grpquota,acl/; /^\/dev\/main\/.*\s+ext[23]\s+usrquota,grpquota\s/ && s/usrquota,grpquota/usrquota,grpquota,acl/; $_ } @lines;