From f42caaffb804d3e1d089498adea3c4dceb931787 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Thu, 20 Apr 2017 15:32:59 +0200 Subject: conserver: add advanced serial console package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conserver is an application that allows multiple users to use serial consoles at the same time, with logging. It has a client- server design which makes it easy to manage a distributed set of serial consoles. Logging makes post-crash analyses easier. Signed-off-by: Bjørn Mork --- net/conserver/files/console.cf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 net/conserver/files/console.cf (limited to 'net/conserver/files/console.cf') diff --git a/net/conserver/files/console.cf b/net/conserver/files/console.cf new file mode 100644 index 000000000..677b31cf5 --- /dev/null +++ b/net/conserver/files/console.cf @@ -0,0 +1,4 @@ +config * { + master localhost; + port 3109; +} -- cgit v1.2.3