From owner-cvs-ports@FreeBSD.ORG Fri Mar 23 00:03:54 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B70BA1065702; Fri, 23 Mar 2012 00:03:54 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9DC648FC18; Fri, 23 Mar 2012 00:03:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q2N03sLL082402; Fri, 23 Mar 2012 00:03:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q2N03sTZ082401; Fri, 23 Mar 2012 00:03:54 GMT (envelope-from delphij) Message-Id: <201203230003.q2N03sTZ082401@repoman.freebsd.org> From: Xin LI Date: Fri, 23 Mar 2012 00:03:54 +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/istgt Makefile ports/net/istgt/files patch-istgt-rc patch-istgt-reload X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 00:03:54 -0000 delphij 2012-03-23 00:03:54 UTC FreeBSD ports repository Modified files: net/istgt Makefile Added files: net/istgt/files patch-istgt-rc patch-istgt-reload Log: Make it possible to reload configuration without stopping and restarting istgt, which could distrub e.g. Xen clients when they are actively doing I/O. The patch that implements the underlying functionality was written by Kun Huang, sponsored by Applied Operations, LLC. PR: ports/165844 Approved by: maintainer timeout Feature safe: yes Revision Changes Path 1.29 +1 -0 ports/net/istgt/Makefile 1.1 +25 -0 ports/net/istgt/files/patch-istgt-rc (new) 1.1 +438 -0 ports/net/istgt/files/patch-istgt-reload (new)