Changeset 2184
- Timestamp:
- 04/30/09 17:55:43 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2.9/mondo/src/common/libmondo-filelist.c
r2176 r2184 1404 1404 #if linux 1405 1405 // 2.6 has /sys as a proc-type thing -- must be excluded 1406 // // BCO: Why is there a maxdepth here ? this makes remounted /proc included !1407 1406 asprintf(&strtmp, 1408 "find %s - maxdepth %d -fstype mvfs -prune -o -fstype devpts -prune -o -fstype tmpfs -prune -o -fstype proc -prune -o -fstype sysfs -prune -o %s -type d -print > %s 2> /dev/null",1407 "find %s -fstype mvfs -prune -o -fstype devpts -prune -o -fstype tmpfs -prune -o -fstype proc -prune -o -fstype sysfs -prune -o %s -type d -print > %s 2> /dev/null", 1409 1408 dir, MAX_SKEL_DEPTH, find_excludes, g_skeleton_filelist); 1410 1409 #else
