- Timestamp:
- Nov 18, 2006, 1:35:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondoarchive/main.c
r944 r945 142 142 char *ps_options = "auxww"; 143 143 char *ps_proc_id = "$2"; 144 char *g_getfacl = NULL 145 char *g_getfattr = NULL 144 char *g_getfacl = NULL; 145 char *g_getfattr = NULL; 146 146 147 147 extern t_bkptype g_backup_media_type; … … 459 459 460 460 if (find_home_of_exe("getfacl")) { 461 asprintf(&g_ setfacl,"getfacl");461 asprintf(&g_getfacl,"getfacl"); 462 462 } 463 463 if (find_home_of_exe("getfattr")) { 464 asprintf(&g_ setfacl,"getfattr");464 asprintf(&g_getfattr,"getfattr"); 465 465 } 466 466
Note:
See TracChangeset
for help on using the changeset viewer.