/[smeserver]/rpms/e-smith-quota/sme8/e-smith-quota-2.2.0-ext4.patch
ViewVC logotype

Contents of /rpms/e-smith-quota/sme8/e-smith-quota-2.2.0-ext4.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Nov 5 03:58:45 2010 UTC (13 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-quota-2_2_0-8_el5_sme, e-smith-quota-2_2_0-7_el5_sme, e-smith-quota-2_2_0-5_el5_sme, e-smith-quota-2_2_0-6_el5_sme, e-smith-quota-2_2_0-4_el5_sme, e-smith-quota-2_2_0-9_el5_sme, e-smith-quota-2_2_0-10_el5_sme, HEAD
* Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
- Enable quotas on ext4 filesystems as well [SME: 5454]

1 diff -up e-smith-quota-2.2.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas.ext4 e-smith-quota-2.2.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas
2 --- e-smith-quota-2.2.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas.ext4 2008-10-07 11:37:14.000000000 -0600
3 +++ e-smith-quota-2.2.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas 2010-11-04 21:57:04.000000000 -0600
4 @@ -1,8 +1,8 @@
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 + /\s\/\s+ext[234]\s+defaults\s/ && s/defaults/usrquota,grpquota/;
11 + /^\/dev\/main\/.*\s+ext[234]\s+defaults\s/ && s/defaults/usrquota,grpquota/;
12 $_
13 } @lines;
14 "";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed