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

Contents of /rpms/e-smith-quota/sme8/e-smith-quota-1.10.0.sort.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/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