Log startup/shutdown to console
authorJohn Crispin <blogic@openwrt.org>
Thu, 30 Oct 2014 10:07:26 +0000 (11:07 +0100)
committerJohn Crispin <blogic@openwrt.org>
Thu, 30 Oct 2014 10:07:26 +0000 (11:07 +0100)
commit07c7864d49723b1264ee8bcd6861ea92f679ee98
tree5bb09ed37f0291db0e4dfabad022ce90b8be6515
parentb9a389c841db8433bb3b02158b1512cf577dbff7
Log startup/shutdown to console

procd has the habit of logging startup/shutdown via
rcS to syslog, which is pointless in case of a
shutdown, and unlikely to be complete on a startup
(as syslog is not running). Write to the console
instead.

Signed-off-by: Michel Stam <m.stam@fugro.nl>
Signed-off-by: John Crispin <blogic@openwrt.org>
rcS.c