Parent Directory | Revision Log | Revision Graph
* 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 |