From owner-cvs-all@FreeBSD.ORG Wed Oct 21 11:45:46 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F3B8106566C; Wed, 21 Oct 2009 11:45:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1A3B8FC27; Wed, 21 Oct 2009 11:45:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9LBjj2s013863; Wed, 21 Oct 2009 11:45:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9LBjjwi013862; Wed, 21 Oct 2009 11:45:45 GMT (envelope-from miwi) Message-Id: <200910211145.n9LBjjwi013862@repoman.freebsd.org> From: Martin Wilke Date: Wed, 21 Oct 2009 11:45:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/coovachilli Makefile ports/net-mgmt/coovachilli/files patch-conf_functions.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2009 11:45:46 -0000 miwi 2009-10-21 11:45:45 UTC FreeBSD ports repository Modified files: net-mgmt/coovachilli Makefile net-mgmt/coovachilli/files patch-conf_functions.in Log: coovachilli attempts to use route to display routing information, this patch changes the functions file so that it uses netstat instead. PR: 139546 Submitted by: Sevan Janiyan (maintainer) Revision Changes Path 1.2 +1 -0 ports/net-mgmt/coovachilli/Makefile 1.2 +11 -2 ports/net-mgmt/coovachilli/files/patch-conf_functions.in