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

Contents of /rpms/e-smith-backup/sme8/e-smith-backup-1.14.0-bklistexist.patch

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


Revision 1.1 - (show annotations) (download)
Sun Jul 1 14:28:46 2007 UTC (17 years 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-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
Updates

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 2007-07-01 08:19:51.000000000 -0600
3 +++ mezzanine_patched_e-smith-backup-1.14.0/root/etc/e-smith/web/functions/backup 2007-07-01 08:12:38.000000000 -0600
4 @@ -51,6 +51,7 @@
5 my $es_backup = new esmith::Backup or die "Couldn't create Backup object\n";
6
7 my @directories = $es_backup->restore_list;
8 +@directories = grep { -e "/$_" } @directories;
9
10 # Unbuffer standard output so that files and directories are listed as
11 # they are restored

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