From owner-cvs-all@FreeBSD.ORG Thu Mar 17 14:10:04 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D79D16A4CE; Thu, 17 Mar 2005 14:10:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0661F43D3F; Thu, 17 Mar 2005 14:10:04 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2HEA3Dk081804; Thu, 17 Mar 2005 14:10:03 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HEA3RY081803; Thu, 17 Mar 2005 14:10:03 GMT (envelope-from vs) Message-Id: <200503171410.j2HEA3RY081803@repoman.freebsd.org> From: Volker Stolz Date: Thu, 17 Mar 2005 14:10:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/echolinux Makefileports/comms/echolinux/files patch-echolinux_control.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 14:10:04 -0000 vs 2005-03-17 14:10:03 UTC FreeBSD ports repository Modified files: comms/echolinux Makefile comms/echolinux/files patch-echolinux_control.c Log: Bug in code meant it would timeout as it would not reply to a "heartbeat" check. There is no way the original linux version would work properly without this code. PR: ports/78574 Submitted by: Diane Bruce (maintainer) Revision Changes Path 1.3 +1 -1 ports/comms/echolinux/Makefile 1.2 +83 -1 ports/comms/echolinux/files/patch-echolinux_control.c