Ignore:
Timestamp:
Apr 15, 2007, 2:33:22 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/2.2.2/mondo/src/common/libmondo-devices.c

    r958 r1303  
    561561#ifdef __FreeBSD__
    562562    // We assume here that this is running from mondorestore. (It is.)
    563     sprintf(program, "ls %s >/dev/null 2>&1", drive,
     563    sprintf(program, "ls %s %s >/dev/null 2>&1", drive,
    564564            build_partition_name(tmp, drive, partno));
    565565    return system(program);
Note: See TracChangeset for help on using the changeset viewer.