Changeset 3390 in MondoRescue for branches/3.2/mindi/mindi


Ignore:
Timestamp:
Jun 3, 2015, 7:37:48 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • mindi logs now the perl modules found
  • lib is also a useful perl module not automatically detected at least on CentOS6
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3388 r3390  
    26342634    LogIt "INFO: Analyzing perl modules dependencies" $MINDI_TMP/$$.log
    26352635    mindi-get-perl-modules `cat $MINDI_CONF/perl-scripts` /usr/[s]*bin/mr-* 2>> $MINDI_TMP/$$.log > $MINDI_TMP/perl.lis
     2636    LogIt "DBG4: Modules found:" $MINDI_TMP/$$.log
     2637    LogIt "--------------------" $MINDI_TMP/$$.log
     2638    cat $MINDI_TMP/perl.lis >> $MINDI_TMP/$$.log
     2639    LogIt "--------------------" $MINDI_TMP/$$.log
    26362640    tar cf - `cat $MINDI_TMP/perl.lis` 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "ERROR: Problem in perl scripts analysis" $MINDI_TMP/$$.log
    26372641
Note: See TracChangeset for help on using the changeset viewer.