Ignore:
Timestamp:
Jan 11, 2006, 10:10:31 AM (18 years ago)
Author:
andree
Message:

Replaced partimagehack with ntfsclone from ntfsprogs package. Replaced
all occurrences of strings 'partimagehack' and 'partimage' with 'ntfsprog'.

File:
1 edited

Legend:

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

    r289 r296  
    711711    if (flag_set['x']) {
    712712        strncpy(bkpinfo->image_devs, flag_val['x'], MAX_STR_LEN / 4);
    713         if (run_program_and_log_output("which partimagehack", 2)) {
    714             fatal_error("Please install partimagehack RPM/tarball.");
     713        if (run_program_and_log_output("which ntfsclone", 2)) {
     714            fatal_error("Please install ntfsprogs package/tarball.");
    715715        }
    716716    }
Note: See TracChangeset for help on using the changeset viewer.