Changeset 944 in MondoRescue for branches/stable/mondo/src/common
- Timestamp:
- Nov 18, 2006, 1:25:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-filelist.c
r943 r944 164 164 extern int g_noof_rows; 165 165 166 166 extern char *g_getfacl; 167 extern char *g_getfattr; 167 168 168 169 … … 602 603 int retval = 0; 603 604 604 if ( find_home_of_exe("getfacl")) {605 if (g_getfacl != NULL) { 605 606 malloc_string(command); 606 607 sprintf(command, "touch %s", facl_fname); … … 623 624 int retval = 0; 624 625 625 if ( find_home_of_exe("getfattr")) {626 if (g_getfattr != NULL) { 626 627 malloc_string(command); 627 628 sprintf(command, "touch %s", fattr_fname);
Note:
See TracChangeset
for help on using the changeset viewer.