diff -U 3 -H -d -r -N -- systemd-23/src/vconsole-setup.c systemd-23-fix/src/vconsole-setup.c --- systemd-23/src/vconsole-setup.c 2011-03-15 06:22:22.954950672 +0800 +++ systemd-23-fix/src/vconsole-setup.c 2011-04-06 11:47:31.168594398 +0800 @@ -152,7 +152,7 @@ #endif int fd = -1; bool utf8; - int r = EXIT_FAILURE; + int r = 0; pid_t font_pid = 0, keymap_pid = 0; log_set_target(LOG_TARGET_SYSLOG_OR_KMSG);