Changeset 476 in MondoRescue for branches/stable/mondo
- Timestamp:
- Apr 12, 2006, 10:32:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/mondorestore/mondo-restore.c
r433 r476 1962 1962 malloc_string(acl_fname); 1963 1963 1964 log_msg(5, "Entering");1964 dev-team(5, "Entering"); 1965 1965 filelist_subset_fname[0] = '\0'; 1966 1966 use_star = (strstr(tarball_fname, ".star")) ? TRUE : FALSE; … … 1977 1977 filelist_name); 1978 1978 log_msg(2, 1979 "This is a bit silly (ask Hugoto fix mondo-makefilelist, please)");1979 "This is a bit silly (ask dev-team to fix mondo-makefilelist, please)"); 1980 1980 log_msg(2, 1981 1981 "but it's non-critical. It's cosmetic. Don't worry about it."); … … 2054 2054 if (filelist_subset_fname[0] != '\0') { 2055 2055 sprintf(command, 2056 "afio -i -M 8m -b %ld -c %ld %s -w %s%s",2056 "afio -i -M 8m -b %ld -c %ld %s -w '%s' %s", 2057 2057 TAPE_BLOCK_SIZE, 2058 2058 BUFSIZE, executable, filelist_subset_fname,
Note:
See TracChangeset
for help on using the changeset viewer.