Ignore:
Timestamp:
Nov 6, 2007, 1:37:38 AM (16 years ago)
Author:
Bruno Cornec
Message:

Continue on configuration file items (compression)

File:
1 edited

Legend:

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

    r1680 r1769  
    663663            ("You didn't use -d to specify the backup device/directory.");
    664664    }
    665 /* optional, obscure */
     665
     666    /* optional, obscure */
    666667    for (i = '0'; i <= '9'; i++) {
    667668        if (flag_set[i]) {
     
    743744    if (flag_set['P']) {
    744745        strncpy(bkpinfo->postnuke_tarball, flag_val['P'], MAX_STR_LEN);
    745     }
    746 
    747     if (flag_set['L']) {
    748         bkpinfo->use_lzo = TRUE;
    749         if (run_program_and_log_output("which lzop", FALSE)) {
    750             retval++;
    751             log_to_screen
    752                 (_("Please install LZOP. You can't use '-L' until you do.\n"));
    753         }
    754     }
    755 
    756     if (flag_set['G']) {
    757         bkpinfo->use_gzip = TRUE;
    758         if (run_program_and_log_output("which gzip", FALSE)) {
    759             retval++;
    760             log_to_screen
    761                 ("Please install gzip. You can't use '-G' until you do.\n");
    762         }
    763746    }
    764747
Note: See TracChangeset for help on using the changeset viewer.