Ignore:
Timestamp:
Jul 24, 2007, 1:39:36 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Add the possibiilty to edit in interactive mode mtab and device.map for grub
  • Remove blkid cache files after restore to avoid problems in cloning mode
  • Fix what seems to appear a huge number of bugs in hack-fstab (illustration of 1 LOC = 1 bug :-)
  • Especially improve LABEL and UUID support.
  • Should fix #185
  • Exclude_path should be 4*MAX_STR_LEN everywhere. Fixed now.
  • Increasing that value will allow to having larger exclude paths.
  • Should solve bug #137 (and maybe #3 as well)
  • Adds support for fedora 7

(merge -r 1533:1547 $SVN_M/branches/2.2.5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-stream.c

    r1424 r1548  
    1616#include "mr_msg.h"
    1717#include "mr_list.h"
     18#include "mr_gettext.h"
    1819
    1920#include "mondostructures.h"
     
    13521353int write_backcatalog_to_tape(struct s_bkpinfo *bkpinfo)
    13531354{
    1354     int i, last, res = 0;
     1355    int res = 0;
    13551356    char *fname = NULL;
    13561357    struct mr_list_elt *elt = NULL;
Note: See TracChangeset for help on using the changeset viewer.