Changeset 848 in MondoRescue for trunk/mondo
- Timestamp:
- Sep 27, 2006, 1:20:34 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/src/common/libmondo-filelist.c
r839 r848 1365 1365 asprintf(&strtmp, 1366 1366 "find %s -maxdepth %d -fstype mvfs -prune -o -path /dev/shm -prune -o %s -type d -print > %s 2> /dev/null", 1367 dir, MAX_SKEL_DEPTH, find_excludes, g_skeleton_filelist);1367 dir, MAX_SKEL_DEPTH, find_excludes, skeleton_filelist); 1368 1368 #else 1369 1369 // On BSD, for example, /sys is the kernel sources -- don't exclude 1370 1370 asprintf(&strtmp, 1371 1371 "find %s -maxdepth %d -fstype mvfs -prune -o -path /proc -prune -o %s -type d -print > %s 2> /dev/null", 1372 dir, MAX_SKEL_DEPTH, find_excludes, g_skeleton_filelist); 1373 >>>>>>> .merge-right.r838 1372 dir, MAX_SKEL_DEPTH, find_excludes, skeleton_filelist); 1374 1373 #endif 1375 1374 paranoid_free(find_excludes);
Note:
See TracChangeset
for help on using the changeset viewer.