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

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

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


Revision 1.1 - (hide annotations) (download)
Thu Nov 29 23:46:30 2007 UTC (16 years, 7 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-backup-1_15_0-9_el5_sme, e-smith-backup-1_15_0-19_el5_sme, e-smith-backup-1_15_0-13_el5_sme, e-smith-backup-1_15_0-10_el5_sme, e-smith-backup-1_15_0-22_el5_sme, e-smith-backup-1_15_0-21_el5_sme, e-smith-backup-1_15_0-16_el5_sme, e-smith-backup-1_15_0-20_el5_sme, e-smith-backup-1_15_0-18_el5_sme, e-smith-backup-1_15_0-17_el5_sme, e-smith-backup-1_15_0-12_el5_sme, e-smith-backup-1_15_0-14_el5_sme, e-smith-backup-1_15_0-15_el5_sme, e-smith-backup-1_15_0-8_el5_sme, e-smith-backup-1_15_0-11_el5_sme
Updates

1 bytegw 1.1 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
2     --- e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2007-11-29 23:47:11.000000000 +0000
3     +++ mezzanine_patched_e-smith-backup-1.15.0/root/etc/e-smith/web/functions/backup 2007-11-29 23:46:24.000000000 +0000
4     @@ -2324,7 +2324,7 @@
5     }
6     die('Unsecure data : ' . $file);
7     }
8     - system ("/usr/bin/dar -x $file --verbose --noconf --no-warn=all");
9     + system ("/usr/bin/dar -x $file -v -N -R / -wa");
10     }
11    
12     if ($mounted)

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