diff options
author | he <he@pkgsrc.org> | 2005-08-12 14:39:06 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2005-08-12 14:39:06 +0000 |
commit | f013710c1e7fe4f3c49c95e0c76882672741d75f (patch) | |
tree | 0bd950c3a3813a9f42392963c9d8d7ee774cfe6d /comms | |
parent | 31660d5b1fa22a688ade57fba42c3d840221828b (diff) | |
download | pkgsrc-f013710c1e7fe4f3c49c95e0c76882672741d75f.tar.gz |
Add a patch to the conserver.cf(5) manual page, documenting
a) the four predefined break strings
b) the fact that \z is translated to the telnet "send break" protocol sequence
I've tried to send this patch upstream, but have yet to receive a response.
Bump package revision.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/conserver8/Makefile | 3 | ||||
-rw-r--r-- | comms/conserver8/distinfo | 3 | ||||
-rw-r--r-- | comms/conserver8/patches/patch-ab | 35 |
3 files changed, 39 insertions, 2 deletions
diff --git a/comms/conserver8/Makefile b/comms/conserver8/Makefile index ecd63214006..1567a8594d5 100644 --- a/comms/conserver8/Makefile +++ b/comms/conserver8/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/06/03 20:08:04 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/08/12 14:39:06 he Exp $ # DISTNAME= conserver-8.1.11 PKGNAME= conserver8-8.1.11 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= ftp://ftp.conserver.com/conserver/ diff --git a/comms/conserver8/distinfo b/comms/conserver8/distinfo index 6f687a56273..7850e25c7b7 100644 --- a/comms/conserver8/distinfo +++ b/comms/conserver8/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/06/03 20:08:04 wiz Exp $ +$NetBSD: distinfo,v 1.2 2005/08/12 14:39:06 he Exp $ SHA1 (conserver-8.1.11.tar.gz) = d30d4c86b769d56707f6abfad47992cc59f128da RMD160 (conserver-8.1.11.tar.gz) = 380386c3f488787bf132809071b308bc9a00c89f Size (conserver-8.1.11.tar.gz) = 299281 bytes SHA1 (patch-aa) = 1747fbc95109db50b1acd003235fca9556f9d084 +SHA1 (patch-ab) = 7a507e428277cc6ccf14b961c44d4e6fd3abcde3 diff --git a/comms/conserver8/patches/patch-ab b/comms/conserver8/patches/patch-ab new file mode 100644 index 00000000000..2a249b2151f --- /dev/null +++ b/comms/conserver8/patches/patch-ab @@ -0,0 +1,35 @@ +$NetBSD: patch-ab,v 1.1 2005/08/12 14:39:06 he Exp $ + +--- conserver.cf/conserver.cf.man.orig 2004-11-06 01:20:30.000000000 +0100 ++++ conserver.cf/conserver.cf.man +@@ -271,7 +271,30 @@ is ``and''ed with 0x1f) + .PD + .RE + .RE ++.sp ++For consoles accessed using the telnet protocol, the \f3\ez\fP ++sequence will be translated to the telnet protocol's ``send break'' ++protocol sequence. ++.sp ++Conserver provides the following predefined default break strings: ++.RS ++.sp ++.PD 0 ++.TP ++\f30\fP ++\ez ++.TP ++\f31\fP ++\er~^b ++.TP ++\f32\fP ++#. ++.TP ++\f33\fP ++\er\ed~\ed^b (with 600ms delay) + .RE ++.RE ++.sp + .TP + \f3config\fP \f2hostname\fP|\f2ipaddr\fP + .br |