/[smeserver]/rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-workstation-backup-spaces-catalog.patch
ViewVC logotype

Annotation of /rpms/e-smith-backup/sme8/e-smith-backup-2.2.0-workstation-backup-spaces-catalog.patch

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


Revision 1.1 - (hide annotations) (download)
Sat Jan 11 03:22:01 2014 UTC (10 years, 6 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-backup-2_2_0-80_el5_sme
* Fri Jan 10 2014 Ian Wells <esmith@wellsi.com> 2.2.0-80.sme
- Workstation Backup, ensure that the pathname passed to dar_manager is quoted [SME: 8124]

1 wellsi 1.1 diff -ruN e-smith-backup-2.2.0.old/root/etc/e-smith/events/actions/workstation-backup-dar e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar
2     --- e-smith-backup-2.2.0.old/root/etc/e-smith/events/actions/workstation-backup-dar 2014-01-10 16:29:05.000000000 -0800
3     +++ e-smith-backup-2.2.0/root/etc/e-smith/events/actions/workstation-backup-dar 2014-01-10 18:43:30.000000000 -0800
4     @@ -401,7 +401,7 @@
5     my @bknum;
6     my @setd;
7     my @bkname;
8     -open(DAR_LIST, "/usr/bin/dar_manager -Q -B $catalog -l |");
9     +open(DAR_LIST, "/usr/bin/dar_manager -Q -B \"$catalog\" -l |");
10     while (<DAR_LIST>)
11     {
12     next unless ($_ =~ /set/);

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