1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas |
2 |
--- e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas 1969-12-31 17:00:00.000000000 -0700 |
3 |
+++ mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas 2007-12-17 08:47:19.000000000 -0700 |
4 |
@@ -0,0 +1,9 @@ |
5 |
+{ |
6 |
+ # Change defaults => usrquota,grpquota for / file system |
7 |
+ @lines = map { |
8 |
+ /\s\/\s+ext[23]\s+defaults\s/ && s/defaults/usrquota,grpquota/; |
9 |
+ /^\/dev\/main\/.*\s+ext[23]\s+defaults\s/ && s/defaults/usrquota,grpquota/; |
10 |
+ $_ |
11 |
+ } @lines; |
12 |
+ ""; |
13 |
+} |
14 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotasForRootFS mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotasForRootFS |
15 |
--- e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotasForRootFS 2005-07-13 12:02:06.000000000 -0600 |
16 |
+++ mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotasForRootFS 1969-12-31 17:00:00.000000000 -0700 |
17 |
@@ -1,8 +0,0 @@ |
18 |
-{ |
19 |
- # Change defaults => usrquota,grpquota for / file system |
20 |
- @lines = map { |
21 |
- /\s\/\s+ext[23]\s+defaults\s/ && s/defaults/usrquota,grpquota/; |
22 |
- $_ |
23 |
- } @lines; |
24 |
- ""; |
25 |
-} |