Subject: CVS commit: pkgsrc/comms/conserver
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/09/2002 23:37:54
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sun Jun  9 20:37:54 UTC 2002

Modified Files:
	pkgsrc/comms/conserver: Makefile PLIST distinfo
	pkgsrc/comms/conserver/files: conserver.sh
	pkgsrc/comms/conserver/patches: patch-ab

Log Message:
Update comms/conserver to 7.2.1.  This closes pkg/17152 by Eric Schnoebelen
<eric@cirr.com>.  Changes from version 7.1.3 include:

    - bugfixes
    - console names in conserver.passwd can be regular expressions
    - breaks recorded to console logs if 'b' option used
    - a broadcast messages to others on your console can now be
      sent via ^Ecb
    - TCP traffic now escaped according to Telnet protocol
    - the HUP signal now triggers a read of the configuration file and
      adjustment of consoles
    - Up to nine break sequences can be defined in the
      configuration file and assigned to consoles individually,
      accessed via new ^ecl[?0-9] escape sequences
    - new options
	- -W client option for showing who's attached to a single
	  conserver master
	- -m server option for setting the maximum consoles per process
	- -i client option (and ^Eci) that displays console
	  information in a machine-parseable format
	- two debug levels (second level by using two -D options)
	- -o and -O server flags for automatically reconnecting
	  downed consoles


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/comms/conserver/Makefile \
    pkgsrc/comms/conserver/PLIST pkgsrc/comms/conserver/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/comms/conserver/files/conserver.sh
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/comms/conserver/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.