ports/143091: [PATCH] sysutils/ezjail patch for 8.0

Dan Langille dan at langille.org
Fri Jan 22 23:30:06 UTC 2010


>Number:         143091
>Category:       ports
>Synopsis:       [PATCH] sysutils/ezjail patch for 8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 22 23:30:05 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list