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

Contents of /rpms/e-smith-quota/sme7/e-smith-quota-1.10.0-multipartquota.patch

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


Revision 1.2 - (show annotations) (download)
Tue Oct 7 19:17:26 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

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