Changeset 1046 in MondoRescue for trunk/mondo/src/common/libmondo-tools.c


Ignore:
Timestamp:
Jan 9, 2007, 1:29:21 AM (17 years ago)
Author:
Bruno Cornec
Message:

merge -r1042:1045 $SVN_M/branches/stable

File:
1 edited

Legend:

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

    r1043 r1046  
    880880#endif
    881881
    882     if ((Lres = free_space_on_given_partition("/var/cache/mondo")) == -1) /* {
    883         Lres = free_space_on_given_partition("/");
    884     }
    885     */
     882    Lres = free_space_on_given_partition("/var/cache");
    886883    log_it("Free space on given partition = %ld MB", Lres);
    887884
    888885    if (Lres < 50) {
    889         fatal_error("Your /var/cache/mondo partition has <50MB free. Please adjust your partition table to something saner.");
     886        fatal_error("Your /var/cache partition has <50MB free. Please adjust your partition table to something saner.");
    890887    }
    891888
Note: See TracChangeset for help on using the changeset viewer.