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/common/libmondo-archive.c

    r2380 r2419  
    212212    paranoid_free(tmp);
    213213
    214     mr_asprintf(&command, "star H=star list=%s -c " STAR_ACL_SZ " file=%s",
     214    mr_asprintf(&command, "star H=exustar list=%s -c " STAR_ACL_SZ " file=%s",
    215215            filelist, fname);
    216216    if (bkpinfo->use_lzo) {
Note: See TracChangeset for help on using the changeset viewer.