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 --- e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas 2007-12-17 08:47:19.000000000 -0700 @@ -0,0 +1,9 @@ +{ + # Change defaults => usrquota,grpquota for / file system + @lines = map { + /\s\/\s+ext[23]\s+defaults\s/ && s/defaults/usrquota,grpquota/; + /^\/dev\/main\/.*\s+ext[23]\s+defaults\s/ && s/defaults/usrquota,grpquota/; + $_ + } @lines; + ""; +} 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 --- e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotasForRootFS 2005-07-13 12:02:06.000000000 -0600 +++ mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotasForRootFS 1969-12-31 17:00:00.000000000 -0700 @@ -1,8 +0,0 @@ -{ - # Change defaults => usrquota,grpquota for / file system - @lines = map { - /\s\/\s+ext[23]\s+defaults\s/ && s/defaults/usrquota,grpquota/; - $_ - } @lines; - ""; -}