Ignore:
Timestamp:
May 12, 2007, 1:55:13 AM (17 years ago)
Author:
Bruno Cornec
Message:

Merge Andree's patch (2.2.4 rev [1437] around MINDI_CACHE define)
Announce for LinuxDay added

File:
1 edited

Legend:

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

    r1425 r1438  
    851851#endif
    852852
    853     Lres = free_space_on_given_partition("/var/cache");
     853    Lres = free_space_on_given_partition(MONDO_CACHE);
    854854    log_it("Free space on given partition = %ld MB", Lres);
    855855
    856856    if (Lres < 50) {
    857         fatal_error("Your /var/cache partition has <50MB free. Please adjust your partition table to something saner.");
     857        fatal_error("Your "MONDO_CACHE" partition has <50MB free. Please adjust your partition table to something saner or make "MONDO_CACHE" a symbolic link");
    858858    }
    859859
Note: See TracChangeset for help on using the changeset viewer.