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

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

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


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

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-quota-1.10.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/quota mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/quota
2     --- e-smith-quota-1.10.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/quota 2008-03-28 21:31:05.000000000 +1100
3     +++ mezzanine_patched_e-smith-quota-1.10.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/quota 2008-03-28 21:13:20.000000000 +1100
4     @@ -88,6 +88,10 @@
5     <trans>currently has: </trans>
6     </entry>
7     <entry>
8     + <base>FILES</base>
9     + <trans>files</trans>
10     + </entry>
11     + <entry>
12     <base>OCCUPYING</base>
13     <trans>occupying: </trans>
14     </entry>
15     diff -Nur -x '*.orig' -x '*.rej' e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm mezzanine_patched_e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm
16     --- e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2008-03-28 21:31:05.000000000 +1100
17     +++ mezzanine_patched_e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2008-03-28 21:26:08.000000000 +1100
18     @@ -192,9 +192,10 @@
19     Quota::query($dev, $uid);
20    
21     print
22     - $q->p($self->localise('USER')."$name (\"$acct\") ".
23     - $self->localise('CURRENTLY_HAS')."$ic files ".
24     - $self->localise('OCCUPYING').$self->toMB($bc)." ".
25     + $q->p($self->localise('USER')." $name (\"$acct\") ".
26     + $self->localise('CURRENTLY_HAS')." $ic ".
27     + $self->localise('FILES')." ".
28     + $self->localise('OCCUPYING')." ". $self->toMB($bc) ." ".
29     $self->localise('MEGABYTES'));
30    
31     print

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