Changeset 2884 in MondoRescue


Ignore:
Timestamp:
Oct 8, 2011, 1:53:18 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix some remaining inconsistencis in the ProLiant HW backup. ready for usage.
Location:
branches/2.2.9/mindi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/deplist.d/ProLiant.conf

    r2882 r2884  
    99# Look at http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/
    1010/usr/sbin/hpacuscripting
    11 /usr/sbin/hponcfg
     11/sbin/hponcfg
    1212
    1313# You may add your FW update here with a ful path - They need to be in executable mode
  • branches/2.2.9/mindi/mindi-bkphw

    r2882 r2884  
    7474            } else {
    7575                $ret = system("$tool -s -x /usr/share/conrep/conrep.xml -f$bkpdir/conrep.dat");
    76                 print SCRIPT "($tool -l -f$locbkpdir/conrep.dat)\n";
     76                print SCRIPT "$tool -l -f$locbkpdir/conrep.dat\n";
    7777                print TOOLS "$tool.xml\n";
    7878            }
Note: See TracChangeset for help on using the changeset viewer.