/[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.2 - (show annotations) (download)
Sat Sep 8 00:55:21 2007 UTC (16 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Update packages

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