/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup-1.15.0-FixCompressionSetting.patch
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme8/e-smith-backup-1.15.0-FixCompressionSetting.patch

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


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

1 bytegw 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup
2     --- e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2007-11-16 03:45:34.000000000 +0100
3     +++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2007-11-16 03:44:14.000000000 +0100
4     @@ -773,7 +773,7 @@
5     </entry>
6     <entry>
7     <base>ERR_INVALID_COMPRESSION</base>
8     - <trans>Compression level must be set between 0 (no compression) and 7 (maximum compression)</trans>
9     + <trans>Compression level must be set between 0 (no compression) and 9 (maximum compression)</trans>
10     </entry>
11     <entry>
12     <base>DOW</base>
13     diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup
14     --- e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2007-11-16 03:45:34.000000000 +0100
15     +++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2007-11-16 03:43:51.000000000 +0100
16     @@ -1578,7 +1578,7 @@
17     }
18    
19     my $compression = $q->param ('compression');
20     - if (( $compression < 0 ) || ( $compression > 7 ))
21     + if (( $compression < 0 ) || ( $compression > 9 ))
22     {
23     esmith::cgi::genResult(
24     $q, $fm->localise('ERR_INVALID_COMPRESSION')

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