From dan@bast.unixathome.org  Fri Jan 22 23:20:02 2010
Return-Path: <dan@bast.unixathome.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4A48810656C3
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Jan 2010 23:20:02 +0000 (UTC)
	(envelope-from dan@bast.unixathome.org)
Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42])
	by mx1.freebsd.org (Postfix) with ESMTP id 213C98FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Jan 2010 23:20:01 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by nyi.unixathome.org (Postfix) with ESMTP id 8925E50A79;
	Fri, 22 Jan 2010 23:20:01 +0000 (GMT)
Received: from nyi.unixathome.org ([127.0.0.1])
	by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id pMmlUNKmv+Sf; Fri, 22 Jan 2010 23:20:00 +0000 (GMT)
Received: from bast.unixathome.org (bast.unixathome.org [10.8.1.1])
	by nyi.unixathome.org (Postfix) with ESMTP id CEF0650A81;
	Fri, 22 Jan 2010 23:19:59 +0000 (GMT)
Received: by bast.unixathome.org (Postfix, from userid 1001)
	id 94AF6B836; Fri, 22 Jan 2010 23:19:58 +0000 (GMT)
Message-Id: <20100122231958.94AF6B836@bast.unixathome.org>
Date: Fri, 22 Jan 2010 23:19:58 +0000 (GMT)
From: Dan Langille <dan@langille.org>
Reply-To: Dan Langille <dan@langille.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dan Langille <dan@langille.org>
Subject: [PATCH] sysutils/ezjail patch for 8.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: erdgeist@erdgeist.org

>Number:         143091
>Category:       ports
>Synopsis:       [PATCH] sysutils/ezjail patch for 8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 22 23:30:05 UTC 2010
>Closed-Date:    Sun Mar 07 13:03:20 UTC 2010
>Last-Modified:  Sun Mar 07 13:03:20 UTC 2010
>Originator:     Dan Langille
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD bast.example.org 6.2-STABLE FreeBSD 6.2-STABLE #3: Wed Feb 28 22:21:12 EST 2007     dan@bast.example.org:/usr/obj/usr/src/sys/BAST  i386


	
>Description:
	
Rename the /etc/rc.d/*.sh file so it works under 8.x
>How-To-Repeat:
	
Details here:

http://www.mail-archive.com/freebsd-jail@freebsd.org/msg01080.html

>Fix:

	



--- ezjail.diff begins here ---
diff -ruN /usr/ports/sysutils/ezjail/Makefile ezjail/Makefile
--- /usr/ports/sysutils/ezjail/Makefile	2009-01-06 12:59:24.000000000 -0500
+++ ezjail/Makefile	2010-01-22 16:13:13.000000000 -0500
@@ -7,6 +7,7 @@
 
 PORTNAME=	ezjail
 PORTVERSION=	3.0
+PORTREVERSION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://erdgeist.org/arts/software/ezjail/
 
diff -ruN /usr/ports/sysutils/ezjail/files/patch-ezjail-admin ezjail/files/patch-ezjail-admin
--- /usr/ports/sysutils/ezjail/files/patch-ezjail-admin	1969-12-31 19:00:00.000000000 -0500
+++ ezjail/files/patch-ezjail-admin	2010-01-22 16:16:36.000000000 -0500
@@ -0,0 +1,11 @@
+--- ezjail-admin~	2009-12-05 15:13:55.000000000 -0500
++++ ezjail-admin	2010-01-22 16:14:59.000000000 -0500
+@@ -550,7 +550,7 @@
+ 
+     # If a config is found, make it auto run on jails startup
+     if [ -f "${ezjail_rootdir}/ezjail.flavour" ]; then
+-      ln -s /ezjail.flavour "${ezjail_rootdir}/etc/rc.d/ezjail-config.sh"
++      ln -s /ezjail.flavour "${ezjail_rootdir}/etc/rc.d/ezjail-config"
+       chmod 0700 "${ezjail_rootdir}/ezjail.flavour"
+       echo "Note: Shell scripts installed, flavourizing on jails first startup."
+     fi
--- ezjail.diff ends here ---

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Fri Jan 22 23:30:19 UTC 2010 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143091 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jan 22 23:30:25 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143091 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Fri Jan 22 23:35:43 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143091 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: erdgeist@erdgeist.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/143091: [PATCH] sysutils/ezjail patch for 8.0
Date: Fri, 22 Jan 2010 23:30:23 UT

 Maintainer of sysutils/ezjail,
 
 Please note that PR ports/143091 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/143091
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: itetcu 
State-Changed-When: Fri Mar 5 17:14:41 UTC 2010 
State-Changed-Why:  
maintainer timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143091 

From: Dirk Engling <erdgeist@erdgeist.org>
To: bug-followup@FreeBSD.org, dan@langille.org
Cc:  
Subject: Re: ports/143091: [PATCH] sysutils/ezjail patch for 8.0
Date: Sun, 07 Mar 2010 22:22:19 +1300

 This issue has independently been fixed a while ago and was commited to 
 ports in ezjail version 3.1,
 
    erdgeist

From: Dan Langille <dan@langille.org>
To: Dirk Engling <erdgeist@erdgeist.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/143091: [PATCH] sysutils/ezjail patch for 8.0
Date: Sun, 07 Mar 2010 07:47:05 -0500

 On 3/7/2010 4:22 AM, Dirk Engling wrote:
 > This issue has independently been fixed a while ago and was commited to
 > ports in ezjail version 3.1,
 
 Good.  Thank you.
 
 Please close this PR.
 
 -- 
 Dan Langille - http://langille.org/
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Mar 7 13:03:19 UTC 2010 
State-Changed-Why:  
Functionality fixed in the current port version, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143091 
>Unformatted:
