1 |
vip-ire |
1.1 |
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 |
2 |
|
|
--- smeserver-shared-folders-0.3/root/etc/e-smith/templates/etc/fstab/51EnableACL 2013-11-11 20:18:26.000000000 +0100 |
3 |
|
|
+++ smeserver-shared-folders-0.3_bz8730/root/etc/e-smith/templates/etc/fstab/51EnableACL 2014-12-18 09:35:36.315000000 +0100 |
4 |
|
|
@@ -1,7 +1,7 @@ |
5 |
|
|
{ |
6 |
|
|
# Change usrquota,grpquota => usrquota,grpquota,acl for / file system |
7 |
|
|
@lines = map { |
8 |
|
|
- /\s\/\s+ext[23]\s+usrquota,grpquota\s/ && s/usrquota,grpquota/usrquota,grpquota,acl/; |
9 |
|
|
+ /\s\/\s+ext[234]\s+usrquota,grpquota\s/ && s/usrquota,grpquota/usrquota,grpquota,acl/; |
10 |
|
|
/^\/dev\/main\/.*\s+ext[23]\s+usrquota,grpquota\s/ && s/usrquota,grpquota/usrquota,grpquota,acl/; |
11 |
|
|
$_ |
12 |
|
|
} @lines; |