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

star only supports ACL when used with exustar mode. Fix #356.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/mondorestore/mondo-rstr-compare.c

    r2290 r2419  
    312312    {
    313313        sprintf(command,
    314                 "%s -diff H=star file=%s >> %s 2>> %s",
     314                "%s -diff H=exustar file=%s >> %s 2>> %s",
    315315                archiver_exe, tarball_fname, logfile, logfile);
    316316    } else {
Note: See TracChangeset for help on using the changeset viewer.