Changeset 941 in MondoRescue for branches/stable/mindi/mindi


Ignore:
Timestamp:
Nov 18, 2006, 1:12:12 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug in libmondo-fifo.c where potentially no buffer content could let mondo running forever in case of an exception

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r940 r941  
    102102
    103103FDISKLOG=$MINDI_TMP/parted2fdisk.log
    104 touch $FDISKLOG
    105104
    106105# Purge from potential old run
     
    479478
    480479    # Creates a tar file containing all required files
    481     for i in /etc/fstab /etc/lilo.conf /etc/raidtab $LOGFILE /var/log/mondo-archive.log $FDISKLOG ; do
     480    for i in /etc/fstab /etc/lilo.conf /etc/raidtab $LOGFILE /var/log/mondo-archive.log ; do
    482481        [ -e "$i" ] && cp -f $i $MINDI_TMP
    483482    done
     
    27732772        rm -rf $MINDI_TMP
    27742773        MINDI_TMP=$MONDO_TMP
     2774        FDISKLOG=$MINDI_TMP/parted2fdisk.log
    27752775        CACHE_LOC=$3
    27762776        if [ _"$CACHE_LOC" != _"" ]; then
Note: See TracChangeset for help on using the changeset viewer.