From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 7 20:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3151C106566C for ; Fri, 7 Sep 2012 20:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 07A738FC0C for ; Fri, 7 Sep 2012 20:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q87Ke2Le024403 for ; Fri, 7 Sep 2012 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q87Ke2Gd024390; Fri, 7 Sep 2012 20:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 7 Sep 2012 20:40:02 GMT Resent-Message-Id: <201209072040.q87Ke2Gd024390@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81E33106564A for ; Fri, 7 Sep 2012 20:30:18 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 385978FC14 for ; Fri, 7 Sep 2012 20:30:18 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76) (envelope-from ) id 1TA5Bq-00079P-Bu; Sat, 08 Sep 2012 00:30:10 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 18E76B867; Sat, 8 Sep 2012 00:30:10 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 0F4C99F0; Sat, 8 Sep 2012 00:30:10 +0400 (MSK) Message-Id: <20120907203010.0F4C99F0@hades.panopticon> Date: Sat, 8 Sep 2012 00:30:10 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: aoyama@peach.ne.jp Subject: ports/171423: [PATCH] net/istgt: fix dirrm of etc subdirectory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 20:40:03 -0000 >Number: 171423 >Category: ports >Synopsis: [PATCH] net/istgt: fix dirrm of etc subdirectory >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 07 20:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 17:39:20 MSK 2012 >Description: If the user creates istgt.conf (or other configs) in %%PREFIX%%/etc/istgt and the deinstalls istgt, an error will be given on being unable to remove non-empty directory %%PREFIX%%/etc/istgt. To fix that, use silent dirrmtry instead of dirrm, as other ports with user-modifiable configs do. Port maintainer (aoyama@peach.ne.jp) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- istgt-20120901.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/istgt/Makefile ./Makefile --- /usr/ports/net/istgt/Makefile 2012-09-03 23:27:45.000000000 +0400 +++ ./Makefile 2012-09-08 00:18:28.556753529 +0400 @@ -2,7 +2,7 @@ # Date created: 2009-02-23 # Whom: Daisuke Aoyama # -# $FreeBSD: ports/net/istgt/Makefile,v 1.35 2012/09/03 19:27:45 cs Exp $ +# $FreeBSD: head/net/istgt/Makefile 303614 2012-09-03 19:27:45Z cs $ # PORTNAME= istgt @@ -28,7 +28,7 @@ %%ETCDIR%%/istgt.conf.sample \ %%ETCDIR%%/istgt.large.conf.sample \ %%ETCDIR%%/istgtcontrol.conf.sample -PLIST_DIRS= %%ETCDIR%% +PLIST_DIRSTRY= %%ETCDIR%% PORTDOCS= ${DOCS:T} DOCS= ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp --- istgt-20120901.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: