Ignore:
Timestamp:
May 17, 2008, 1:29:54 AM (16 years ago)
Author:
Bruno Cornec
Message:

svn merge -r 1923:1938 $SVN_M/branches/2.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-archive.c

    r1904 r1939  
    951951            mr_free(command);
    952952        } else {
    953             mr_asprintf(&command, "cp -f %s/mindi-*oot*.img %s/images",
    954                 bkpinfo->tmpdir, bkpinfo->scratchdir);
    955             if (system(command)) {
    956                 mr_msg(2, "Unable to copy mindi images");
    957             }
    958             mr_free(command);
    959 
    960953            mr_asprintf(&tmp, "cp -f %s/images/all.tar.gz %s",
    961954                 bkpinfo->scratchdir, bkpinfo->tmpdir);
     
    13681361    int i;
    13691362    char *curr_xattr_list_fname = NULL;
    1370     char *curr_acl_list_fname;
     1363    char *curr_acl_list_fname = NULL;
    13711364    int misc_counter_that_is_not_important = 0;
    13721365
     
    14761469                res += write_EXAT_files_to_tape(curr_xattr_list_fname,
    14771470                                                curr_acl_list_fname);
     1471                // archives themselves
     1472                res +=
     1473                    write_EXAT_files_to_tape(curr_xattr_list_fname,
     1474                                             curr_acl_list_fname);
    14781475                // archives themselves
    14791476                res +=
     
    21522149                                                   curr_afioball_fname);
    21532150            iamhere("Writing EXAT files");
    2154             res += write_EXAT_files_to_tape(curr_xattr_list_fname,
    2155                                             curr_acl_list_fname);
     2151            res +=
     2152                write_EXAT_files_to_tape(curr_xattr_list_fname,
     2153                                         curr_acl_list_fname);
    21562154            // archives themselves
    21572155            res = move_files_to_stream(curr_afioball_fname, NULL);
Note: See TracChangeset for help on using the changeset viewer.