Changeset 2133 in MondoRescue
- Timestamp:
- Jan 25, 2009, 11:55:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mondo/src/common/libmondo-filelist.c
r2104 r2133 1405 1405 // 2.6 has /sys as a proc-type thing -- must be excluded 1406 1406 asprintf(&strtmp, 1407 "find %s -maxdepth %d -fstype mvfs -prune -o -path /dev/shm -prune -o %s -type d -print > %s 2> /dev/null",1407 "find %s -maxdepth %d -fstype mvfs -prune -o -path /dev/shm -prune -o -fstype proc -prune -o -fstype sysfs -prune -o %s -type d -print > %s 2> /dev/null", 1408 1408 dir, MAX_SKEL_DEPTH, find_excludes, g_skeleton_filelist); 1409 1409 #else
Note:
See TracChangeset
for help on using the changeset viewer.