Ignore:
Timestamp:
Mar 12, 2024, 3:10:24 AM (3 months ago)
Author:
Bruno Cornec
Message:

More compiler fixes

  • Fix unused vars
  • Fix FreeBSD #if alone
  • Use MDSTAT_FILE everywhere
  • Fix missing break
  • Fix some strncpy. mr_strncpy used when safe
  • Fix wrong g_isoform_header_str proto !
  • find-cd & find-dvd => find-optical
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-tools.c

    r3890 r3892  
    735735
    736736    if (!run_program_and_log_output("mr-parted2fdisk -l 2>/dev/null | grep -i raid", 1) && !does_file_exist("/etc/raidtab")) {
    737         log_to_screen("You have RAID partitions but no /etc/raidtab - creating one from /proc/mdstat");
     737        log_to_screen("You have RAID partitions but no /etc/raidtab - creating one from " MDSTAT_FILE);
    738738        create_raidtab_from_mdstat(MDSTAT_FILE,"/etc/raidtab");
    739739    }
Note: See TracChangeset for help on using the changeset viewer.