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

Annotation of /rpms/e-smith-quota/sme7/e-smith-quota-1.10.0.sort.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 16:07:27 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-quota-1_10_0-8_el4_sme, e-smith-quota-1_10_0-7_el4_sme, e-smith-quota-1_10_0-11_el4_sme, e-smith-quota-1_10_0-6_el4_sme, e-smith-quota-1_10_0-5_el4_sme, e-smith-quota-1_10_0-10_el4_sme, e-smith-quota-1_10_0-9_el4_sme
Import on branch sme7 of package e-smith-quota-1.10.0-5.el4.sme.src.rpm

1 slords 1.1 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
2     --- e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2005-03-10 19:17:49.000000000 -0500
3     +++ mezzanine_patched_e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2006-05-01 10:58:20.000000000 -0400
4     @@ -89,7 +89,7 @@
5     my $adb = esmith::AccountsDB->open()
6     || die $self->localise("UNABLE_TO_OPEN_ACCOUNTS");
7    
8     - my @userAccounts = sort $adb->users;
9     + my @userAccounts = $adb->users;
10    
11     unless (scalar @userAccounts)
12     {

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