Changeset 2891 in MondoRescue for branches/2.2.9/mindi/mindi-bkphw
- Timestamp:
- Oct 13, 2011, 7:18:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi-bkphw
r2884 r2891 71 71 } 72 72 if ($tool =~ /\/conrep$/) { 73 if (! -f "/usr/share/conrep/conrep.xml") { 73 # From the package 74 if (! -f "/opt/hp/hp-scripting-tools/etc/conrep.xml") { 75 $ret = system("$tool -s -x /opt/hp/hp-scripting-tools/etc/conrep.xml -f$bkpdir/conrep.dat"); 76 # From the SSSTK 77 } elsif (! -f "/usr/share/conrep/conrep.xml") { 78 $ret = system("$tool -s -x /usr/share/conrep/conrep.xml -f$bkpdir/conrep.dat"); 74 79 } else { 75 $ret = system("$tool -s -x /usr/share/conrep/conrep.xml -f$bkpdir/conrep.dat"); 76 print SCRIPT "$tool -l -f$locbkpdir/conrep.dat\n"; 77 print TOOLS "$tool.xml\n"; 80 next; 78 81 } 82 print SCRIPT "$tool -l -f$locbkpdir/conrep.dat\n"; 83 print TOOLS "$tool.xml\n"; 79 84 } 80 85 if ($tool =~ /\/hpacuscripting$/) {
Note:
See TracChangeset
for help on using the changeset viewer.