comparison core/sysvinit/message-style.patch @ 414:48d3f766b81a

core/sysvinit: adapt message style to vanilla
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 12:38:07 +0200
parents
children
comparison
equal deleted inserted replaced
413:5c5f5da4da9a 414:48d3f766b81a
1 --- src/init.c.orig 2019-04-04 12:29:07.034568092 +0200
2 +++ src/init.c 2019-04-04 12:30:13.601981106 +0200
3 @@ -930,7 +930,7 @@
4 * And log to the console.
5 */
6 if (loglevel & L_CO) {
7 - print("\rINIT: ");
8 + print("\r");
9 print(buf);
10 print("\r\n");
11 }
12 @@ -2816,11 +2816,6 @@
13 close(fd);
14
15 /*
16 - * Say hello to the world
17 - */
18 - initlog(L_CO, bootmsg, "booting");
19 -
20 - /*
21 * See if we have to start an emergency shell.
22 */
23 if (emerg_shell) {