/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup-1.14.0-DesktopBackupWarning.patch3
ViewVC logotype

Contents of /rpms/e-smith-backup/sme8/e-smith-backup-1.14.0-DesktopBackupWarning.patch3

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 18:25:29 2007 UTC (17 years, 1 month ago) by slords
Branch: MAIN
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-20_el5_sme, e-smith-backup-1_14_0-26_el5_sme, e-smith-backup-1_14_0-15_el5_sme, e-smith-backup-1_14_0-14_el5_sme, e-smith-backup-1_14_0-23_el5_sme, e-smith-backup-1_14_0-17_el5_sme, e-smith-backup-1_14_0-18_el5_sme, e-smith-backup-1_14_0-16_el5_sme, e-smith-backup-1_14_0-21_el5_sme, e-smith-backup-1_14_0-22_el5_sme, e-smith-backup-1_14_0-19_el5_sme
Branch point for: e-smith-backup-1_14-tree
Import on branch sme8 of package e-smith-backup-1.14.0-14.el5.sme.src.rpm

1 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
2 --- e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2006-11-08 10:36:47.000000000 -0500
3 +++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2006-11-08 10:32:40.000000000 -0500
4 @@ -155,7 +155,7 @@
5 # Hack to evaluate embedded vars
6 print eval 'return "'.$fm->localise('BACKUP_DESC').'\n";';
7
8 - if ($dumpsize =~ /Tb/ or $dumpsize =~ /(\d+)Gb/ and $1 >= 2)
9 + if ($tarsize =~ /Tb/ or $tarsize =~ /(\d+)Gb/ and $1 >= 2)
10 {
11 print $fm->localise("BACKUP_DESKTOP_TOO_BIG"), "\n";
12 }

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