Changeset 2418 in MondoRescue


Ignore:
Timestamp:
Sep 23, 2009, 11:22:39 PM (15 years ago)
Author:
Bruno Cornec
Message:

Modify getfattr call to have all extended attributes, including non user ones. (patch from Kevin Ritzenthaler Kevin.Ritzenthaler_at_hp.com) and fix #357

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-filelist.c

    r2402 r2418  
    528528//      sort_file(filelist); // FIXME - filelist chopper sorts, so this isn't necessary
    529529        retval =
    530             gen_aux_list(filelist, "getfattr --en=hex -P -d \"%s\"",
     530            gen_aux_list(filelist, "getfattr --en=hex -P -m - -d \"%s\"",
    531531                         fattr_fname);
    532532    }
Note: See TracChangeset for help on using the changeset viewer.