pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/conserver8 Add a patch to the conserver.cf(5) ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5df51bb4edf
branches:  trunk
changeset: 498092:e5df51bb4edf
user:      he <he%pkgsrc.org@localhost>
date:      Fri Aug 12 14:39:06 2005 +0000

description:
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:

 comms/conserver8/Makefile         |   3 ++-
 comms/conserver8/distinfo         |   3 ++-
 comms/conserver8/patches/patch-ab |  35 +++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 2 deletions(-)

diffs (65 lines):

diff -r 8812cfcf59e6 -r e5df51bb4edf comms/conserver8/Makefile
--- a/comms/conserver8/Makefile Fri Aug 12 14:35:15 2005 +0000
+++ b/comms/conserver8/Makefile Fri Aug 12 14:39:06 2005 +0000
@@ -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 -r 8812cfcf59e6 -r e5df51bb4edf comms/conserver8/distinfo
--- a/comms/conserver8/distinfo Fri Aug 12 14:35:15 2005 +0000
+++ b/comms/conserver8/distinfo Fri Aug 12 14:39:06 2005 +0000
@@ -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 -r 8812cfcf59e6 -r e5df51bb4edf comms/conserver8/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/conserver8/patches/patch-ab Fri Aug 12 14:39:06 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index