Ignore:
Timestamp:
Apr 15, 2007, 2:43:15 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Some FreeBSD fixes
  • Better messages for partition names
  • May improve the gap issue on cciss
File:
1 edited

Legend:

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

    r1268 r1304  
    397397#ifdef __FreeBSD__
    398398    // We assume here that this is running from mondorestore. (It is.)
    399     // BERLIOS: This is BROKEN - 1 %s - 2 params !!
    400     mr_asprintf(&program, "ls %s >/dev/null 2>&1", drive,
     399    mr_asprintf(&program, "ls %s %s >/dev/null 2>&1", drive,
    401400            build_partition_name(tmp, drive, partno));
    402401    res = system(program);
Note: See TracChangeset for help on using the changeset viewer.