update for conserver-8.0.4.

This commit is contained in:
Hidetoshi Shimokawa 2003-10-25 14:53:53 +00:00
parent be162aff87
commit 0cf85b0de8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121504

View File

@ -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