From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 3 11:00:37 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6764D16A4CF for ; Thu, 3 Feb 2005 11:00:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3589443D3F for ; Thu, 3 Feb 2005 11:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j13B0bkQ052943 for ; Thu, 3 Feb 2005 11:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j13B0b4t052942; Thu, 3 Feb 2005 11:00:37 GMT (envelope-from gnats) Date: Thu, 3 Feb 2005 11:00:37 GMT Message-Id: <200502031100.j13B0b4t052942@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: bin/77031: [patch] comm(1) unable to handle lines greater than LINE_MAX (2048) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 11:00:37 -0000 The following reply was made to PR bin/77031; it has been noted by GNATS. From: Giorgos Keramidas To: fergus Cc: bug-followup@freebsd.org Subject: Re: bin/77031: [patch] comm(1) unable to handle lines greater than LINE_MAX (2048) Date: Thu, 3 Feb 2005 12:52:33 +0200 On 2005-02-03 10:40, fergus wrote: > here's another patch that adds the '-i' option back into the usage message. > > ftp://ftp.cameron-consulting.ie/code/freebsd/comm/comm.c-diff.3 > > it may even be in the correct format (looks more like other peoples patches). It would be nice if it were accessible too :-( # % ftp ftp://ftp.cameron-consulting.ie/code/freebsd/comm/ # Connected to ftp.cameron-consulting.ie. # 220-This computer system is for authorized users only. Individuals using this # system without authority or in excess of their authority are subject to # having all their activities on this system monitored and recorded or # examined by any authorized person, including law enforcement, as system # personnel deem appropriate. In the course of monitoring individuals # improperly using the system or in the course of system maintenance, the # activities of authorized users may also be monitored and recorded. Any # material so recorded may be disclosed as appropriate. Anyone using this # system consents to these terms. # # # 220 ProFTPD 1.2.10 Server (ProFTPD) [66.220.25.27] # 331 Anonymous login ok, send your complete email address as your password. # 530-Unable to set anonymous privileges. # 530 Login incorrect. # ftp: Login failed. # ftp: Can't connect or login to host `ftp.cameron-consulting.ie' # 221 Goodbye. # %