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

Diff 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 | View Patch Patch

Revision 1.1 by bytegw, Mon Feb 11 19:00:27 2008 UTC Revision 1.1.2.5 by slords, Fri Aug 1 20:39:03 2008 UTC
# Line 0  Line 1 
1    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    @@ -177,10 +173,6 @@
5        <trans>Restore</trans>
6       </entry>
7       <entry>
8    -   <base>VERIFY_DESKTOP_BACKUP_FILE</base>
9    -   <trans>Verify desktop backup file</trans>
10    -  </entry>
11    -  <entry>
12        <base>VERIFY_BACKUP_DESC</base>
13        <trans>
14         <![CDATA[
15    @@ -258,10 +250,6 @@
16        <trans>Could not decode backup file: </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>FILES_IN_BACKUP</base>
24        <trans>The following files are contained in the backup file:</trans>
25       </entry>
26    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
27    --- e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2008-03-26 13:42:56.000000000 -0600
28    +++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup       2008-03-26 13:42:52.000000000 -0600
29    @@ -533,7 +533,7 @@
30         my (undef, undef, $tmpfree, $halffree) = &CalculateSizes();
31    
32         esmith::cgi::genHeaderNonCacheable ($q, undef,
33    -       $fm->localise('VERIFY_DESKTOP_BACKUP_FILE'));
34    +       $fm->localise('DESKTOP_VERIFY'));
35    
36         print $q->p ($fm->localise('VERIFY_BACKUP_DESC'));
37    
38    @@ -733,7 +733,7 @@
39         if (open(RD, "-|"))
40         {
41            esmith::cgi::genHeaderNonCacheable ($q,
42    -           undef, $fm->localise("VERIFY_DESKTOP_BACKUP_FILE"));
43    +           undef, $fm->localise("DESKTOP_VERIFY"));
44    
45            print $q->p($fm->localise('FILES_IN_BACKUP'));
46    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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