From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 21:02:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39EC01065672; Wed, 12 Sep 2012 21:02:33 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5E98FC1D; Wed, 12 Sep 2012 21:02:32 +0000 (UTC) Received: by bkcje9 with SMTP id je9so144112bkc.13 for ; Wed, 12 Sep 2012 14:02:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=1XdhPxkcHLzycFqDYQ5tJ0XKX5ipCtHH9KpXz04KxkY=; b=NVL/C6SEiDpBJrARwguB6/xVUCuTU04jar6As29wGrMZ9fPGsxZuNCI/Yz3ybecwGR aaSKTb9kLNZAL1Ef/DvbxyWI/WQYPyGP0pu/CXW034r144aPZQ1d476QpQ6IiPZEbXAI P3jaXBsFFsJzbdc9u97bUgjSX0HXPOJ5dOhxhHe3tyshjCu7e85d2ZSEaZRmg+uh2oVy UuQ7ffd+aDMokELSfB5OAcz3wFq4o1ERuu+8dqqHOjoPof6Mlkc4O5edHwJmDO+VeNFK L0rtFmxp23cC05H68+sUGZHDl2n+2JzdFMzAIBpr4zu/HjmuNhQud+oEJtCATUzY3jWW Rr/Q== Received: by 10.204.157.18 with SMTP id z18mr6828743bkw.16.1347483751565; Wed, 12 Sep 2012 14:02:31 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.10.141 with HTTP; Wed, 12 Sep 2012 14:02:01 -0700 (PDT) In-Reply-To: <201209122057.q8CKvSP8046722@svn.freebsd.org> References: <201209122057.q8CKvSP8046722@svn.freebsd.org> From: Chris Rees Date: Wed, 12 Sep 2012 22:02:01 +0100 X-Google-Sender-Auth: WFBACkGxVHnyxMs9rDea8Q_hM9o Message-ID: To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: svn commit: r304163 - in head/net-mgmt/nrpe2: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 21:02:33 -0000 On 12 September 2012 21:57, Chris Rees wrote: > Author: crees > Date: Wed Sep 12 20:57:27 2012 > New Revision: 304163 > URL: http://svn.freebsd.org/changeset/ports/304163 > > Log: > Improve rc script handling of pidfile, and do a few optimisations > > PR: ports/168225 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=168225 > Submitted by: yar (based on) Sorry, should have mentioned that the maintainer was happy with the patch too. Chris