/[smeserver]/rpms/e-smith-backup/sme7/e-smith-backup-1.15.0-hours.patch
ViewVC logotype

Contents of /rpms/e-smith-backup/sme7/e-smith-backup-1.15.0-hours.patch

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


Revision 1.1 - (show annotations) (download)
Sat Apr 12 16:17:49 2008 UTC (16 years, 2 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-backup-1_15_0-17_el4_sme, e-smith-backup-1_15_0-14_el4_sme, e-smith-backup-1_15_0-16_el4_sme, e-smith-backup-1_15_0-20_el4_sme, e-smith-backup-1_15_0-19_el4_sme, e-smith-backup-1_15_0-18_el4_sme, e-smith-backup-1_15_0-15_el4_sme, e-smith-backup-1_15_0-21_el4_sme
Updates

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 2008-04-09 22:41:32.000000000 +1000
3 +++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/backup 2008-04-09 22:37:56.000000000 +1000
4 @@ -879,4 +879,8 @@
5 <base>ERR_NO_USB_DISK</base>
6 <trans>Error : No USB disk available. Please connect an USB disk or select another type of backup share.</trans>
7 </entry>
8 + <entry>
9 + <base>HOURS</base>
10 + <trans>hours.</trans>
11 + </entry>
12 </lexicon>
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 2008-04-09 22:41:32.000000000 +1000
15 +++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2008-04-09 22:41:18.000000000 +1000
16 @@ -1094,7 +1094,7 @@
17 print $fm->localise('WORKSTN_BACKUP_DAYSINSET'), ' ', $filesinset, '<br/>';
18 print $fm->localise('WORKSTN_BACKUP_COMPRESSION'), ' ', $compression, '<br/>';
19 print $fm->localise('WORKSTN_BACKUP_TOD'), ' ', $backupwkTime, '<br/>';
20 - print $fm->localise('WORKSTN_BACKUP_TIMEOUT'), ' ', $backupwkTimeout, 'h ';
21 + print $fm->localise('WORKSTN_BACKUP_TIMEOUT'), ' ', $backupwkTimeout, ' ', $fm->localise('HOURS');
22 if ( $backupwkIncOnlyTimeout eq 'yes' ) {print $fm->localise('WORKSTN_BACKUP_INCONLY_TIMEOUT')}
23 print '<br/>';
24 if ( $dof eq '7' ) {

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