Changeset 1611 in MondoRescue for branches/2.2.5/mondo


Ignore:
Timestamp:
Sep 2, 2007, 2:09:19 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix #190 (veelo)

Location:
branches/2.2.5/mondo/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-restore.c

    r1579 r1611  
    116116
    117117/**
    118  * Mondo's home directory during backup. Unused in mondo-restore; included
     118 * Mondo's home directory during backup. Unused in mondorestore; included
    119119 * to avoid link errors.
    120120 */
     
    30003000    run_program_and_log_output("umount " MNT_CDROM, FALSE);
    30013001    /*
    3002     run_program_and_log_output("ln -sf /var/log/mondo-archive.log /tmp/mondo-restore.log",
     3002    run_program_and_log_output("ln -sf /var/log/mondo-archive.log /tmp/mondorestore.log",
    30033003         FALSE);
    30043004         */
  • branches/2.2.5/mondo/src/restore-scripts/mondo/ISO

    r30 r1611  
    11#!/bin/sh
    22
    3 mondo-restore --iso
     3mondorestore --iso
    44exit $?
Note: See TracChangeset for help on using the changeset viewer.