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

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

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


Revision 1.2 - (hide annotations) (download)
Mon Aug 4 13:54:17 2008 UTC (15 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-backup-1_15_0-22_el5_sme
Changes since 1.1: +1 -1 lines
Fix patches to prevent orig file

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 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 slords 1.2 @@ -883,4 +883,8 @@
5 bytegw 1.1 <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