Ignore:
Timestamp:
Feb 3, 2007, 11:48:53 PM (17 years ago)
Author:
Bruno Cornec
Message:

Creates MONDO_CACHE before using it (should be done in main, will be changed later on with MONDO_CACHE Handling in conf file)

File:
1 edited

Legend:

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

    r1094 r1098  
    12011201            ("Unable to find ethN (eth0, eth1, ...) adapter via NFS mount you specified.");
    12021202    }
    1203     make_hole_for_dir("/var/cache/mondo-archive");
    12041203    /********
    12051204    * If the NFS device that found above is a bonded device,
     
    12221221    }
    12231222
     1223    mkdir(MONDO_CACHE,0x755);
    12241224    fd1 = mr_fopen(MONDORESTORECFG, "a");
    12251225
Note: See TracChangeset for help on using the changeset viewer.