Changeset 1043 in MondoRescue for trunk/mondo/src/mondoarchive/mondo-cli.c


Ignore:
Timestamp:
Jan 8, 2007, 11:31:22 PM (17 years ago)
Author:
Bruno Cornec
Message:

merge -r978:1042 $SVN_M/branches/stable

File:
1 edited

Legend:

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

    r956 r1043  
    799799    }
    800800
     801    if (flag_set['G']) {
     802        bkpinfo->use_gzip = TRUE;
     803        if (run_program_and_log_output("which gzip", FALSE)) {
     804            retval++;
     805            log_to_screen
     806                ("Please install gzip. You can't use '-G' until you do.\n");
     807        }
     808    }
     809
    801810    if (!flag_set['o']
    802811        &&
     
    893902    while ((opt =
    894903            getopt(argc, argv,
    895                    "0123456789A:B:C:DE:FHI:J:K:LNOP:QRS:T:VWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z"))
     904                   "0123456789A:B:C:DE:FGHI:J:K:LNOP:QRS:T:VWb:c:d:ef:gik:l:mn:op:rs:tuw:x:z"))
    896905           != -1) {
    897906        if (opt == '?') {
Note: See TracChangeset for help on using the changeset viewer.