view core/sysvinit/message-style.patch @ 623:5e21af45e5f5

network/ipcalc: initial import, closes #1275
author David Demelier <markand@malikania.fr>
date Tue, 23 Jul 2019 21:12:00 +0200
parents 48d3f766b81a
children
line wrap: on
line source

--- 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) {