Changeset 1670 in MondoRescue for branches/stable/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Oct 1, 2007, 12:50:28 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • Try to fix the issue with large exclude list (> 1000 chars) Some variables created after exclude_path (indirectly) were not sized big enough to handle them.
  • Remove useless .keep file
  • remove temporary.iso name remaining and suppress a warning in log trying to remove it in the tmpdir
  • missing extern bkpinfo in newt-specific.c
  • Attempt to fix #191 (allow edition of mountlist in compare mode)

(merge -r1662:1669 $SVN_M/branches/2.2.5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/include/my-stuff.h

    r1663 r1670  
    151151 */
    152152#define IS_THIS_A_STREAMING_BACKUP(x) (x == tape || x == udev || x == cdstream)
     153
     154/**
     155 * The stub name of the temporary ISO image to create, burn, and remove.
     156 */
     157#define MONDO_TMPISOS "temporary.iso"
    153158
    154159/**
Note: See TracChangeset for help on using the changeset viewer.