Merging upstream version 4.2+20240118.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ca87d3e0c7
commit
e23dbbb353
29 changed files with 158 additions and 229 deletions
2
config.c
2
config.c
|
@ -998,7 +998,7 @@ void load_conffile(void)
|
|||
dl_add(list, dl_strdup("partitions"));
|
||||
devline(list);
|
||||
free_line(list);
|
||||
} else if (strcmp(conffile, "none") != 0) {
|
||||
} else if (str_is_none(conffile) == false) {
|
||||
f = fopen(conffile, "r");
|
||||
/* Debian chose to relocate mdadm.conf into /etc/mdadm/.
|
||||
* To allow Debian users to compile from clean source and still
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue