From owner-freebsd-ports Tue Nov 21 02:25:41 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA05596 for ports-outgoing; Tue, 21 Nov 1995 02:25:41 -0800 Received: from wiley.muc.ditec.de (wiley.muc.ditec.de [194.120.126.9]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA05584 ; Tue, 21 Nov 1995 02:25:16 -0800 Received: from vector.eikon.e-technik.tu-muenchen.de ([139.92.42.164]) by wiley.muc.ditec.de (8.6.12/8.6.9) with ESMTP id LAA01953; Tue, 21 Nov 1995 11:24:51 +0100 Received: from localhost (localhost [127.0.0.1]) by vector.eikon.e-technik.tu-muenchen.de (8.6.12/8.6.9) with SMTP id NAA01113; Mon, 20 Nov 1995 13:41:29 +0100 Message-Id: <199511201241.NAA01113@vector.eikon.e-technik.tu-muenchen.de> X-Authentication-Warning: vector.eikon.e-technik.tu-muenchen.de: Host localhost didn't use HELO protocol To: pst@freebsd.org, ats@freebsd.org Subject: kermit bug fix Reply-To: "Julian H. Stacey" X-mailer: EXMH version 1.6.4 10/10/95 cc: ports@freebsd.org Date: Mon, 20 Nov 1995 13:41:28 +0100 From: "Julian H. Stacey" Sender: owner-ports@freebsd.org Precedence: bulk Hi pst & ast (listed in ports/comms/kermit/Makefile) CC ports I append a new comms/kermit/patches/patch-ac Would you care to do any of: corroborate it feed it back to columbia, commit it (when ports/ unfreezes) ? (Though I have commit privs, I'd like another set of eyes on it first please :-) Thanks -------- Patch by jhs@freebsd.org for cku190.tar.gz after error in manual reported by Stuart.Arnold & corroborated by jhs. *** kermit.1.orig Tue Oct 11 16:32:59 1994 --- kermit.1 Mon Nov 20 13:23:38 1995 *************** *** 577,583 **** \\Feval(expr) evaluate arithmetic expression \\Fexecute(m a) execute macro "m" with parameters "a" \\Ffiles(f) number of files matching file spec ! \\Findex(a1,a2,a3) position of string a2 in a1, starting at pos a3 \\Flength(arg) length of the string "arg" \\Fliteral(arg) copy argument literally, no evaluation \\Flower(arg) convert to lower case --- 577,583 ---- \\Feval(expr) evaluate arithmetic expression \\Fexecute(m a) execute macro "m" with parameters "a" \\Ffiles(f) number of files matching file spec ! \\Findex(a1,a2,a3) position of string a1 in a2, starting at pos a3 \\Flength(arg) length of the string "arg" \\Fliteral(arg) copy argument literally, no evaluation \\Flower(arg) convert to lower case Julian Julian H. Stacey EMAIL: jhs@freebsd.org WEB: http://www.freebsd.org/~jhs/