[BusyBox] Extra Carriage returns in busybox init ?

Paul Fox pgf at brightstareng.com
Mon Feb 7 21:24:11 UTC 2005


 > Feb  7 15:56:13 init: ^MStarting pid 59, console /dev/tty1: '/sbin/getty'

known bug.  change:
	syslog(LOG_INFO, "%s", msg);
to:
	syslog(LOG_INFO, "%s", msg + 1);



=---------------------
 paul fox, pgf at brightstareng.com



More information about the busybox mailing list