Changeset 2573 in MondoRescue
- Timestamp:
- Feb 5, 2010, 2:35:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-filelist.c
r2572 r2573 546 546 if (strstr(executable,"acl")) { 547 547 /* setfacl needs no additional option for physical walk */ 548 mr_asprintf( tmp,"");548 mr_asprintf(&tmp,""); 549 549 } else { 550 550 /* setfattr needs option -h for physical walk */ 551 mr_asprintf( tmp,"-h");551 mr_asprintf(&tmp,"-h"); 552 552 } 553 553 mr_asprintf(&command, "gzip -dc %s | %s %s --restore - 2>> %s", original_exat_fname, executable, tmp, MONDO_LOGFILE);
Note:
See TracChangeset
for help on using the changeset viewer.