diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-10-25 14:53:53 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-10-25 14:53:53 +0000 |
| commit | 0cf85b0de8f43e1767b67e7c42bd141464c6b347 (patch) | |
| tree | 55001964ed104abc09df32a9d30342bc9d1c4dc8 /usr.sbin/dconschat | |
| parent | be162aff87e7527366af76c2b324eaeb1bc6945c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/dconschat')
| -rw-r--r-- | usr.sbin/dconschat/dconschat.8 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/dconschat/dconschat.8 b/usr.sbin/dconschat/dconschat.8 index 4ed9d445b411..2289cc29fee6 100644 --- a/usr.sbin/dconschat/dconschat.8 +++ b/usr.sbin/dconschat/dconschat.8 @@ -203,8 +203,16 @@ You may want to keep logging console output of several machines. Conserve-com in the ports collection should help you. Insert the following lines in the conserver.cf .Bd -literal -offset indent -local:|/usr/sbin/dconschat -rh 25::&: -remote:|/usr/sbin/dconschat -rh 25 -t 0x00112233445566677::&: +console local { + master localhost; + type exec; + exec /usr/sbin/dconschat -rh 25; +} +console remote { + master localhost; + type exec; + exec /usr/sbin/dconschat -rh 25 -t 0x0011223344556677; +} .Ed .Sh FILES .Bl -tag -width indent |
