Changeset 2588 in MondoRescue
- Timestamp:
- Mar 3, 2010, 8:24:30 PM (15 years ago)
- Location:
- branches/2.2.10
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mindi/mindi
r2587 r2588 751 751 fi 752 752 else 753 [ -f "$r" ] && echo "$r" 753 [ -f "$r" ] && echo "$r" >> $outfile 754 754 fi 755 755 LogFile "module $module --> $r" -
branches/2.2.10/mondo/src/common/libmondo-devices.c
r2546 r2588 1952 1952 if (mode == 'E') { 1953 1953 /* Add the token if not already in the list */ 1954 mr_asprintf( &tmp,"%s ",bkpinfo->exclude_paths);1954 mr_asprintf(tmp,"%s ",bkpinfo->exclude_paths); 1955 1955 if (strstr(tmp,tmp1) == NULL) { 1956 1956 mr_strcat(bkpinfo->exclude_paths, " %s", tmp1); … … 1958 1958 } else { 1959 1959 /* Add the token if not already in the list */ 1960 mr_asprintf( &tmp,"%s ",bkpinfo->include_paths);1960 mr_asprintf(tmp,"%s ",bkpinfo->include_paths); 1961 1961 if (strstr(tmp,tmp1) == NULL) { 1962 1962 mr_strcat(bkpinfo->include_paths, " %s", tmp1);
Note:
See TracChangeset
for help on using the changeset viewer.