Changeset 958 in MondoRescue
- Timestamp:
- Nov 23, 2006, 2:31:05 AM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r957 r958 1284 1284 done 1285 1285 fi 1286 fi 1286 1287 1287 1288 # 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 1857 1857 bkpinfo->use_lzo = 1858 1858 (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 1873 1859 mvaddstr_and_log_it(2, 0, " "); 1874 1860
Note:
See TracChangeset
for help on using the changeset viewer.