chiark / gitweb /
vconsole: fix error messages
[elogind.git] / src / vconsole / vconsole-setup.c
index 91967891f15115909fe9a1d34395b4e9506d8a23..b75005047dedaff5dc987389fe73f9790f36f372 100644 (file)
@@ -6,16 +6,16 @@
   Copyright 2010 Kay Sievers
 
   systemd is free software; you can redistribute it and/or modify it
-  under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
+  under the terms of the GNU Lesser General Public License as published by
+  the Free Software Foundation; either version 2.1 of the License, or
   (at your option) any later version.
 
   systemd is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  General Public License for more details.
+  Lesser General Public License for more details.
 
-  You should have received a copy of the GNU General Public License
+  You should have received a copy of the GNU Lesser General Public License
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
@@ -247,7 +247,7 @@ int main(int argc, char **argv) {
                                         NULL)) < 0) {
 
                         if (r != -ENOENT)
-                                log_warning("Failed to read /etc/sysconfig/i18n: %s", strerror(-r));
+                                log_warning("Failed to read /etc/sysconfig/keyboard: %s", strerror(-r));
                 }
 
                 if (access("/etc/sysconfig/console/default.kmap", F_OK) >= 0) {
@@ -320,7 +320,7 @@ int main(int argc, char **argv) {
                                         NULL)) < 0) {
 
                         if (r != -ENOENT)
-                                log_warning("Failed to read /etc/sysconfig/console: %s", strerror(-r));
+                                log_warning("Failed to read /etc/sysconfig/consolefont: %s", strerror(-r));
                 }
 
 #elif defined(TARGET_GENTOO)
@@ -391,7 +391,7 @@ int main(int argc, char **argv) {
                                         NULL)) < 0) {
 
                         if (r != -ENOENT)
-                                log_warning("Failed to read /etc/sysconfig/i18n: %s", strerror(-r));
+                                log_warning("Failed to read /etc/sysconfig/keyboard: %s", strerror(-r));
                 }
 
                 if (vc_keytable) {