summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dconschat
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-10-25 14:53:53 +0000
committersimokawa <simokawa@FreeBSD.org>2003-10-25 14:53:53 +0000
commitdb06ba54472479ecfbe35e896a56d24bc853c82c (patch)
tree55001964ed104abc09df32a9d30342bc9d1c4dc8 /usr.sbin/dconschat
parent57c5fc586def9b343dfa128facd10e66e6422494 (diff)
downloadFreeBSD-src-db06ba54472479ecfbe35e896a56d24bc853c82c.zip
FreeBSD-src-db06ba54472479ecfbe35e896a56d24bc853c82c.tar.gz
update for conserver-8.0.4.
Diffstat (limited to 'usr.sbin/dconschat')
-rw-r--r--usr.sbin/dconschat/dconschat.812
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/dconschat/dconschat.8 b/usr.sbin/dconschat/dconschat.8
index 4ed9d44..2289cc2 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
OpenPOWER on IntegriCloud