Changeset 543 in MondoRescue for branches/stable/mondo/mondo/common


Ignore:
Timestamp:
May 13, 2006, 8:52:38 PM (18 years ago)
Author:
bcornec
Message:

stable is now at same level as 2.0.8 (r538)

Location:
branches/stable/mondo/mondo/common
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/common/libmondo-archive-EXT.h

    r541 r543  
    4141                                          char *filelist, char *fname,
    4242                                          int setno);
    43 extern void setenv_mondo_lib(void);
     43extern void setenv_mondo_share(void);
  • branches/stable/mondo/mondo/common/libmondo-archive.h

    r541 r543  
    4242int archive_this_fileset_with_star(struct s_bkpinfo *bkpinfo,
    4343                                   char *filelist, char *fname, int setno);
    44 void setenv_mondo_lib(void);
     44void setenv_mondo_share(void);
  • branches/stable/mondo/mondo/common/libmondo-verify.c

    r541 r543  
    10201020
    10211021    sprintf(mountpoint, "%s/cdrom", bkpinfo->tmpdir);
    1022     sprintf(fname, "%s/%s/%s-%d.iso", bkpinfo->nfs_remote_dir,
    1023             bkpinfo->isodir, bkpinfo->prefix, g_current_media_number);
     1022    sprintf(fname, "%s/%s/%s-%d.iso", bkpinfo->isodir, bkpinfo->nfs_remote_dir,
     1023            bkpinfo->prefix, g_current_media_number);
    10241024
    10251025    mkdir(mountpoint, 1777);
  • branches/stable/mondo/mondo/common/mondostructures.h

    r541 r543  
    477477   * If you do nothing, "/" will be used.
    478478   */
    479     char include_paths[MAX_STR_LEN];
     479    char include_paths[MAX_STR_LEN*4];
    480480
    481481  /**
     
    484484   * the scratchdir, and the tempdir are automatically excluded.
    485485   */
    486     char exclude_paths[MAX_STR_LEN];
     486    char exclude_paths[MAX_STR_LEN*4];
    487487
    488488  /**
Note: See TracChangeset for help on using the changeset viewer.