Changeset 1098 in MondoRescue
- Timestamp:
- Feb 3, 2007, 11:48:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-files.c
r1094 r1098 1201 1201 ("Unable to find ethN (eth0, eth1, ...) adapter via NFS mount you specified."); 1202 1202 } 1203 make_hole_for_dir("/var/cache/mondo-archive");1204 1203 /******** 1205 1204 * If the NFS device that found above is a bonded device, … … 1222 1221 } 1223 1222 1223 mkdir(MONDO_CACHE,0x755); 1224 1224 fd1 = mr_fopen(MONDORESTORECFG, "a"); 1225 1225
Note:
See TracChangeset
for help on using the changeset viewer.