Changeset 1884 in MondoRescue
- Timestamp:
- Feb 16, 2008, 1:27:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo/src/common/libmondo-filelist.c
r1856 r1884 1766 1766 1767 1767 snprintf(exclude_paths, (size_t)8*MAX_STR_LEN," %s %s %s %s %s . .. \ 1768 " MNT_CDROM " " MNT_FLOPPY " /media \1768 " MNT_CDROM " " MNT_FLOPPY " /media /tmp \ 1769 1769 /proc /sys /root/images/mondo " MINDI_CACHE, MONDO_CACHE, excp, tmp2, (tmpdir[0] == '/' && tmpdir[1] == '/') ? (tmpdir + 1) : tmpdir, (scratchdir[0] == '/' && scratchdir[1] == '/') ? (scratchdir + 1) : scratchdir); 1770 1770 paranoid_free(tmp2);
Note:
See TracChangeset
for help on using the changeset viewer.