Changeset 815 in MondoRescue for trunk/mondo/mondo/mondorestore


Ignore:
Timestamp:
Sep 23, 2006, 10:37:43 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r807:814 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondorestore/mondo-restore.c

    r808 r815  
    13351335                "Calling ntfsclone in background because %s is a /dev entry",
    13361336                outfile_fname);
    1337         asprintf(&ntfsprog_fifo, "/tmp/%d.%d.000", (int) (random() % 32768),
     1337        asprintf(&ntfsprog_fifo, "%s/%d.%d.000",
     1338                bkpinfo->tmpdir,
     1339                (int) (random() % 32768),
    13381340                (int) (random() % 32768));
    13391341        mkfifo(ntfsprog_fifo, 0x770);
Note: See TracChangeset for help on using the changeset viewer.