Ignore:
Timestamp:
Aug 26, 2007, 12:26:06 PM (17 years ago)
Author:
Bruno Cornec
Message:

Use of conf file entries (iso_burning_*, media_device, media_size)
and adapatation of the rest of the code to that (including bkpinfo)

File:
1 edited

Legend:

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

    r1543 r1594  
    12711271{
    12721272    FILE *fout = NULL;
    1273     char *tmp = NULL;
    12741273    int retval = 0;
    12751274
     
    12791278        paranoid_fclose(fout);
    12801279        mr_msg(2, "Created %s", outfile);
    1281         mr_asprintf(&tmp, "chmod +x %s", outfile);
    1282         paranoid_system(tmp);
    1283         mr_free(tmp);
    1284 
     1280        chmod(outfile,0755);
    12851281        retval = 0;
    12861282    } else {
Note: See TracChangeset for help on using the changeset viewer.