/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup-1.14.0-rmLexDuplicates.patch
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme8/e-smith-backup-1.14.0-rmLexDuplicates.patch

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


Revision 1.1.2.4 - (hide annotations) (download)
Wed Mar 26 20:48:34 2008 UTC (16 years, 2 months ago) by slords
Branch: e-smith-backup-1_14-tree
CVS Tags: e-smith-backup-1_14_0-24_el5_sme, e-smith-backup-1_14_0-25_el5_sme, e-smith-backup-1_14_0-23_el5_sme, e-smith-backup-1_14_0-22_el5_sme
Changes since 1.1.2.3: +9 -0 lines
Right patch

1 slords 1.1.2.2 diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup
2     --- e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-03-24 15:59:04.000000000 -0600
3     +++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-03-24 15:58:42.000000000 -0600
4     @@ -92,10 +92,6 @@
5 bytegw 1.1.2.1 <trans>Refresh this display</trans>
6     </entry>
7     <entry>
8     - <base>CONFIGURE_TAPE_BACKUP</base>
9     - <trans>Configure tape backup</trans>
10     - </entry>
11     - <entry>
12     <base>RESTORE_COMPLETED</base>
13     <trans>A system restore has completed</trans>
14     </entry>
15 slords 1.1.2.2 @@ -177,10 +173,6 @@
16 bytegw 1.1.2.1 <trans>Restore</trans>
17     </entry>
18     <entry>
19     - <base>VERIFY_DESKTOP_BACKUP_FILE</base>
20     - <trans>Verify desktop backup file</trans>
21     - </entry>
22     - <entry>
23     <base>VERIFY_BACKUP_DESC</base>
24     <trans>
25     <![CDATA[
26 slords 1.1.2.2 @@ -258,10 +250,6 @@
27 bytegw 1.1.2.1 <trans>Could not decode backup file: </trans>
28     </entry>
29     <entry>
30     - <base>VERIFY_DESKTOP_BACKUP_FILE</base>
31     - <trans>Verify desktop backup file</trans>
32     - </entry>
33     - <entry>
34     <base>FILES_IN_BACKUP</base>
35     <trans>The following files are contained in the backup file:</trans>
36     </entry>
37 slords 1.1.2.3 diff -Nur -x '*.orig' -x '*.rej' e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup
38     --- e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:56.000000000 -0600
39     +++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:52.000000000 -0600
40     @@ -533,7 +533,7 @@
41     my (undef, undef, $tmpfree, $halffree) = &CalculateSizes();
42    
43     esmith::cgi::genHeaderNonCacheable ($q, undef,
44     - $fm->localise('VERIFY_DESKTOP_BACKUP_FILE'));
45     + $fm->localise('DESKTOP_VERIFY'));
46    
47     print $q->p ($fm->localise('VERIFY_BACKUP_DESC'));
48    
49 slords 1.1.2.4 @@ -733,7 +733,7 @@
50     if (open(RD, "-|"))
51     {
52     esmith::cgi::genHeaderNonCacheable ($q,
53     - undef, $fm->localise("VERIFY_DESKTOP_BACKUP_FILE"));
54     + undef, $fm->localise("DESKTOP_VERIFY"));
55    
56     print $q->p($fm->localise('FILES_IN_BACKUP'));
57    

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