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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/mondoarchive/mondo-cli.c

    r542 r543  
    469469        strncpy(bkpinfo->include_paths + strlen(bkpinfo->include_paths),
    470470                flag_val['I'],
    471                 MAX_STR_LEN - strlen(bkpinfo->include_paths));
     471                4*MAX_STR_LEN - strlen(bkpinfo->include_paths));
    472472        log_msg(1, "include_paths is now '%s'", bkpinfo->include_paths);
    473473        if (bkpinfo->include_paths[0] == '-') {
     
    704704        strncpy(bkpinfo->exclude_paths + strlen(bkpinfo->exclude_paths),
    705705                flag_val['E'],
    706                 MAX_STR_LEN - strlen(bkpinfo->exclude_paths));
     706                4*MAX_STR_LEN - strlen(bkpinfo->exclude_paths));
    707707    }
    708708    if (flag_set['e']) {
     
    918918        &&
    919919        !run_program_and_log_output
    920         ("grep -i suse /etc/issue.net | grep 64", TRUE)) {
     920        ("egrep -i suse /etc/issue.net | egrep '9.0' | grep 64", TRUE)) {
    921921        bkpinfo->make_cd_use_lilo = TRUE;
    922922        log_to_screen
Note: See TracChangeset for help on using the changeset viewer.