terminal_mux.run: LOG output of terminal_log

This patch tweaks the route of 'terminal_log' such that a LOG session
request of this program is directed to the parent rather to itself.
This commit is contained in:
Norman Feske 2013-10-05 18:01:54 +02:00
parent baf6eab2dc
commit cbdad73dd7

View File

@ -85,7 +85,7 @@ append config {
<service name="LOG"/>
</provides>
<route>
<any-service> <child name="terminal_mux" /> <any-child/> <parent/> </any-service>
<any-service> <child name="terminal_mux" /> <parent/> <any-child/> </any-service>
</route>
</start>
<start name="cli_monitor">