Ignore:
Timestamp:
Sep 9, 2009, 8:30:47 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Change NFS support into a NetFS support to allow for multiple protocol in addition to NFS (NEEDS TESTING)
  • Better logging to detect a potential nuke issue
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-verify.c

    r2242 r2380  
    10551055 * - @c bkpinfo->manual_cd_tray
    10561056 * - @c bkpinfo->media_device
    1057  * - @c bkpinfo->nfs_remote_dir
     1057 * - @c bkpinfo->netfs_remote_dir
    10581058 * - @c bkpinfo->tmpdir
    10591059 * - @c bkpinfo->verify_data
     
    10901090
    10911091    sprintf(mountpoint, "%s/cdrom", bkpinfo->tmpdir);
    1092     sprintf(fname, "%s/%s/%s-%d.iso", bkpinfo->isodir, bkpinfo->nfs_remote_dir,
     1092    sprintf(fname, "%s/%s/%s-%d.iso", bkpinfo->isodir, bkpinfo->netfs_remote_dir,
    10931093            bkpinfo->prefix, g_current_media_number);
    10941094
Note: See TracChangeset for help on using the changeset viewer.