From fd5bf055acae23a5ff0fcce8425675703f7bf5e0 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 28 Sep 2010 11:51:24 +0200 Subject: use .conf for new config files: locale, vconsole, modules.d --- src/vconsole-setup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vconsole-setup.c') diff --git a/src/vconsole-setup.c b/src/vconsole-setup.c index 047a153b87..9e5d65da65 100644 --- a/src/vconsole-setup.c +++ b/src/vconsole-setup.c @@ -186,9 +186,9 @@ int main(int argc, char **argv) { } /* Hmm, nothing set on the kernel cmd line? Then let's - * try /etc/vconsole */ + * try /etc/vconsole.conf */ if (r <= 0 && - (r = parse_env_file("/etc/vconsole", NEWLINE, + (r = parse_env_file("/etc/vconsole.conf", NEWLINE, "KEYMAP", &vc_keymap, "FONT", &vc_font, "FONT_MAP", &vc_font_map, @@ -196,7 +196,7 @@ int main(int argc, char **argv) { NULL)) < 0) { if (r != -ENOENT) - log_warning("Failed to read /etc/vconsole: %s", strerror(-r)); + log_warning("Failed to read /etc/vconsole.conf: %s", strerror(-r)); } if (r <= 0) { -- cgit v1.2.3-54-g00ecf