Ignore:
Timestamp:
Mar 20, 2007, 11:48:46 AM (17 years ago)
Author:
Bruno Cornec
Message:

MDSTAT_FILE is used everywhere (replacing /proc/mdstat strings)

File:
1 edited

Legend:

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

    r1221 r1252  
    981981        && !does_file_exist("/etc/raidtab")) {
    982982        log_to_screen
    983             (_("You have RAID partitions but no /etc/raidtab - creating one from /proc/mdstat"));
     983            (_("You have RAID partitions but no /etc/raidtab - creating one from "MDSTAT_FILE));
    984984        create_raidtab_from_mdstat("/etc/raidtab");
    985985    }
Note: See TracChangeset for help on using the changeset viewer.