diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/sysvinit/message-style.patch	Thu Apr 04 12:38:07 2019 +0200
@@ -0,0 +1,23 @@
+--- src/init.c.orig	2019-04-04 12:29:07.034568092 +0200
++++ src/init.c	2019-04-04 12:30:13.601981106 +0200
+@@ -930,7 +930,7 @@
+ 	 *	And log to the console.
+ 	 */
+ 	if (loglevel & L_CO) {
+-		print("\rINIT: ");
++		print("\r");
+ 		print(buf);
+ 		print("\r\n");
+ 	}
+@@ -2816,11 +2816,6 @@
+ 		close(fd);
+ 
+   	/*
+-	 *	Say hello to the world
+-	 */
+-  	initlog(L_CO, bootmsg, "booting");
+-
+-  	/*
+ 	 *	See if we have to start an emergency shell.
+ 	 */
+ 	if (emerg_shell) {