Changeset 808 in MondoRescue for trunk/mindi/mindi


Ignore:
Timestamp:
Sep 22, 2006, 11:12:37 PM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r793:807 $SVN_M/branches/stable
src => common for the moment it's easier to manage merges

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/mindi

    r794 r808  
    534534    local my_partitions i
    535535    echo "MINDI_VERSION is $MINDI_VERSION" >> $LOGFILE
     536    echo "End date : `date`" >> $LOGFILE
    536537    if [ "$1" = "" ] ; then
    537     LogIt "Fatal error\n"
    538     else
    539     LogIt "Fatal error. $1\n"
     538        LogIt "Fatal error\n"
     539    else
     540        LogIt "Fatal error. $1\n"
    540541    fi
    541542    sync
     
    14221423            actual_dev=""
    14231424   
    1424             # 1st try : blkid, the good way for all LABEL
     1425            # 1st try : blkid, the good way for all LABEL except swap
    14251426            if [ -x "/sbin/blkid" ]; then
    14261427                actual_dev=`/sbin/blkid | /bin/grep "$redhat_label" | grep LABEL= | /bin/cut -d':' -f1`
     
    30223023echo "mindi called with the following arguments:" >> $LOGFILE
    30233024echo "$@" >> $LOGFILE
     3025echo "Start date : `date`" >> $LOGFILE
    30243026
    30253027if [ -e "/etc/conf.modules" ] && [ ! -e "/etc/modules.conf" ] ; then
     
    34833485done
    34843486echo "Mindi is exiting" >> $LOGFILE
     3487echo "End date : `date`" >> $LOGFILE
    34853488exit 0
Note: See TracChangeset for help on using the changeset viewer.