Changeset 958 in MondoRescue for branches/stable


Ignore:
Timestamp:
Nov 23, 2006, 2:31:05 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a typo in mindi (forgotten fi)

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r957 r958  
    12841284                    done
    12851285            fi
     1286        fi
    12861287
    12871288        # This part tries to retrieve the correct device from a UUID line in /etc/fstab
  • branches/stable/mondo/src/common/libmondo-devices.c

    r909 r958  
    18571857    bkpinfo->use_lzo =
    18581858        (bkpinfo->backup_media_type == cdstream) ? TRUE : FALSE;
    1859 
    1860 /*
    1861   if (find_home_of_exe("star") && (!find_home_of_exe("afio") || find_home_of_exe("selinuxenabled")))
    1862     {
    1863       bkpinfo->use_star = FALSE;   
    1864       bkpinfo->use_lzo = FALSE;
    1865       log_to_screen("Using star, not afio");
    1866       if (!find_home_of_exe("afio"))
    1867     { log_to_screen("...because afio not found"); }
    1868       if (find_home_of_exe("selinuxenabled"))
    1869     { log_to_screen("...because SELINUX found"); }
    1870     }
    1871 */
    1872 
    18731859    mvaddstr_and_log_it(2, 0, " ");
    18741860
Note: See TracChangeset for help on using the changeset viewer.