Changeset 276 in MondoRescue for trunk/mondo/mondo/common/libmondo-filelist.c


Ignore:
Timestamp:
Jan 3, 2006, 5:01:12 PM (18 years ago)
Author:
bcornec
Message:

merge -r274:275 $SVN_M/branches/2.06

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-filelist.c

    r274 r276  
    490490//      sort_file(filelist); // FIXME - filelist chopper sorts, so this isn't necessary
    491491        asprintf(&command,
    492                  "cat %s | getfacl --all-effective -P - 2>> %s | gzip -c1 > %s 2>> %s",
     492                 "getfacl --all-effective -P %s 2>> %s | gzip -c1 > %s 2>> %s",
    493493                 filelist, MONDO_LOGFILE, facl_fname, MONDO_LOGFILE);
    494494        iamhere(command);
Note: See TracChangeset for help on using the changeset viewer.