/[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.1 - (hide annotations) (download)
Mon Nov 19 22:00:38 2007 UTC (16 years, 7 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-backup-1_15_0-9_el5_sme, e-smith-backup-1_15_0-19_el5_sme, e-smith-backup-1_15_0-13_el5_sme, e-smith-backup-1_15_0-7_el5_sme, e-smith-backup-1_15_0-10_el5_sme, e-smith-backup-1_15_0-22_el5_sme, e-smith-backup-1_15_0-21_el5_sme, e-smith-backup-1_15_0-16_el5_sme, e-smith-backup-1_15_0-20_el5_sme, e-smith-backup-1_15_0-18_el5_sme, e-smith-backup-1_15_0-17_el5_sme, e-smith-backup-1_15_0-12_el5_sme, e-smith-backup-1_15_0-14_el5_sme, e-smith-backup-1_15_0-15_el5_sme, e-smith-backup-1_15_0-8_el5_sme, e-smith-backup-1_15_0-11_el5_sme
Updates

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