Changeset 1909 in MondoRescue


Ignore:
Timestamp:
Apr 14, 2008, 1:18:58 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Remove stalled links at root of the restore media
  • Suppress some compiler warnings
Location:
branches/2.2.6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mindi/mindi

    r1908 r1909  
    26022602        all_modules="$all_modules `FindSpecificModuleInPath $mountpoint $i | sed 's~^$mountpoint/~~g'`"
    26032603    done
    2604     for i in $all_modules; do
    2605         (cd $mountpoint ; ln -s $i . 2>/dev/null)
    2606     done
    26072604    if [ ! -e "/sbin/devfsd" ] || [ "$kernelpath" = "$MINDI_LIB/vmlinuz" ] ; then
    26082605        echo "Deleting devfsd daemon from ramdisk" >> $LOGFILE
  • branches/2.2.6/mondo/src/common/libmondo-mountlist.c

    r1899 r1909  
    952952#if linux
    953953        sscanf(incoming,
    954                "%s %s %s %s %s %s",
     954               "%s %s %s %s %s",
    955955               mountlist->el[items].device,
    956956               mountlist->el[items].mountpoint,
     
    10121012
    10131013            sprintf(tmp,
    1014                     "%s %s %s %lld %s %s",
     1014                    "%s %s %s %lld %s",
    10151015                    mountlist->el[items].device,
    10161016                    mountlist->el[items].mountpoint,
     
    10601060    for (i = 0; i < mountlist->entries; i++) {
    10611061        fprintf(fout,
    1062                 "%-15s %-15s %-15s %-15lld %-15s %-15s\n",
     1062                "%-15s %-15s %-15s %-15lld %-15s\n",
    10631063                mountlist->el[i].device, mountlist->el[i].mountpoint,
    10641064                mountlist->el[i].format, mountlist->el[i].size,
  • branches/2.2.6/mondo/src/mondorestore/mondo-rstr-tools.c

    r1885 r1909  
    23112311    char *ramdisk_fname;
    23122312    char *mountlist_file;
    2313     int res = 0;
    2314     int fd = 0;
    23152313
    23162314    bool try_plan_B;
Note: See TracChangeset for help on using the changeset viewer.