- Timestamp:
- Sep 27, 2006, 12:28:48 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/common/libmondo-filelist.c
r843 r847 1539 1539 // 2.6 has /sys as a proc-type thing -- must be excluded 1540 1540 asprintf(&strtmp, 1541 "find %s -maxdepth %d -fstype mvfs -p ath /dev/shm -prune -o %s -type d -a-print > %s 2> /dev/null",1541 "find %s -maxdepth %d -fstype mvfs -prune -o -path /dev/shm -prune -o %s -type d -print > %s 2> /dev/null", 1542 1542 dir, MAX_SKEL_DEPTH, find_excludes, g_skeleton_filelist); 1543 1543 #else 1544 1544 // On BSD, for example, /sys is the kernel sources -- don't exclude 1545 1545 asprintf(&strtmp, 1546 "find %s -maxdepth %d -fstype mvfs -prune -o -path /proc -prune -o %s -type d - a -print > %s 2> /dev/null",1546 "find %s -maxdepth %d -fstype mvfs -prune -o -path /proc -prune -o %s -type d -print > %s 2> /dev/null", 1547 1547 dir, MAX_SKEL_DEPTH, find_excludes, g_skeleton_filelist); 1548 1548 #endif
Note:
See TracChangeset
for help on using the changeset viewer.