Changeset 943 in MondoRescue for branches/stable/mondo/src/common
- Timestamp:
- Nov 18, 2006, 1:15:39 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-filelist.c
r942 r943 602 602 int retval = 0; 603 603 604 malloc_string(command);605 sprintf(command, "touch %s", facl_fname);606 run_program_and_log_output(command, 8);607 604 if (find_home_of_exe("getfacl")) { 605 malloc_string(command); 606 sprintf(command, "touch %s", facl_fname); 607 run_program_and_log_output(command, 8); 608 608 // sort_file(filelist); // FIXME - filelist chopper sorts, so this isn't necessary 609 609 sprintf(command, … … 612 612 iamhere(command); 613 613 retval = system(command); 614 }615 paranoid_free(command);614 paranoid_free(command); 615 } 616 616 return (retval); 617 617 }
Note:
See TracChangeset
for help on using the changeset viewer.