- Timestamp:
- Nov 19, 2006, 2:28:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondorestore/mondo-rstr-tools.c
r949 r951 1109 1109 asprintf(&g_getfacl,"setfacl"); 1110 1110 log_msg(1, "We will restore ACLs"); 1111 if (! find_home_of_exe( setfacl)) {1111 if (! find_home_of_exe("setfacl")) { 1112 1112 log_msg(1, "Unable to restore ACLs as no setfacl found"); 1113 1113 } … … 1117 1117 asprintf(&g_getfattr,"setfattr"); 1118 1118 log_msg(1, "We will restore XATTRs"); 1119 if (! find_home_of_exe( setfattr)) {1119 if (! find_home_of_exe("setfattr")) { 1120 1120 log_msg(1, "Unable to restore XATTRs as no setfattr found"); 1121 1121 }
Note:
See TracChangeset
for help on using the changeset viewer.