Changeset 1849 in MondoRescue
- Timestamp:
- Jan 4, 2008, 4:05:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo/src/common/libmondo-devices.c
r1848 r1849 2132 2132 bkpinfo->please_dont_eject = TRUE; 2133 2133 2134 /* Initiate bkpinfo paths from running environment if not already done */ 2134 2135 if (!bkpinfo->nfs_mount[0]) { 2135 2136 strcpy(bkpinfo->nfs_mount, 2136 2137 call_program_and_get_last_line_of_output 2137 2138 ("mount | grep \":\" | cut -d' ' -f1 | head -n1")); 2139 } 2140 if (!bkpinfo->isodir[0]) { 2141 strcpy(bkpinfo->isodir, 2142 call_program_and_get_last_line_of_output 2143 ("mount | grep \":\" | cut -d' ' -f3 | head -n1")); 2138 2144 } 2139 2145 #ifdef __FreeBSD__
Note:
See TracChangeset
for help on using the changeset viewer.