Re: [PATCH] Add kernel-version dependent configuration directory
From: Anton V. Boyarshinov <hidden>
Date: 2020-02-26 10:14:49
From: Anton V. Boyarshinov <hidden>
Date: 2020-02-26 10:14:49
В Wed, 26 Feb 2020 11:07:56 +0100 Alexey Gladkov [off-list ref] пишет:
quoted
+ + configs_count = sizeof(default_config_paths) / sizeof(char *);Is it ARRAY_SIZE ?
Yes, will be fixed.
quoted
+ tmp_config_paths[configs_count-1] = get_ver_config_path("/lib"); + tmp_config_paths[configs_count] = get_ver_config_path("/etc");Please use SYSCONFDIR. All other parts of the code use it.
Thank you, will be fixed.