Ignore:
Timestamp:
Nov 21, 2007, 11:07:32 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • removes bkphw dir before potential creation
  • render mount command more vebose at restore time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-devices.c

    r1767 r1819  
    21942194            sprintf(tmp, "mount -t nfs -o nolock %s %s", bkpinfo->nfs_mount,
    21952195                    bkpinfo->isodir);
    2196             run_program_and_log_output(tmp, 5);
     2196            run_program_and_log_output(tmp, 3);
    21972197            malloc_string(g_selfmounted_isodir);
    21982198            strcpy(g_selfmounted_isodir, bkpinfo->isodir);
Note: See TracChangeset for help on using the changeset viewer.