/[smeserver]/rpms/e-smith-quota/sme8/e-smith-quota-1.10.0-multipartquota.patch
ViewVC logotype

Annotation of /rpms/e-smith-quota/sme8/e-smith-quota-1.10.0-multipartquota.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Dec 18 10:58:28 2007 UTC (16 years, 8 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-quota-1_10_0-8_el5_sme, e-smith-quota-1_10_0-11_el5_sme, e-smith-quota-1_10_0-9_el5_sme, e-smith-quota-1_10_0-10_el5_sme, e-smith-quota-1_10_0-7_el5_sme
Updates

1 bytegw 1.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     -}

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