Changeset 2700 in MondoRescue for branches/2.2.9/mindi/mindi-bkphw
- Timestamp:
- Jan 27, 2011, 7:31:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi-bkphw
r2695 r2700 54 54 chomp($tool); 55 55 $tooldir = dirname($tool); 56 if (! (- e$tool)) {56 if (! (-x $tool)) { 57 57 print "You should install the SmartStart Scripting toolkit tool $tool\nto benefit from mindi's enhanced hardware support\n"; 58 58 print "Get it from http://www.hp.com/servers/sstoolkit\n"; … … 73 73 print TOOLS "$tooldir/bld\n"; 74 74 } 75 if ($tool =~ /\/ .hpacucli$/) {75 if ($tool =~ /\/hpacucli$/) { 76 76 my $dir=basename($tool); 77 77 $ret = system("export ACUXE_BIN_INSTALLATION_DIR=$dir ; export IM_CFGFILE_PATH=$dir ; export ACUXE_LOCK_FILES_DIR=$dir/locks ; $tool -c $bkpdir/hpacucli.dat");
Note:
See TracChangeset
for help on using the changeset viewer.