ports/160034: [PATCH] net/istgt: Don't enforce run before mountcritremote

Xin LI delphij at FreeBSD.org
Tue Aug 23 18:30:11 UTC 2011


>Number:         160034
>Category:       ports
>Synopsis:       [PATCH] net/istgt: Don't enforce run before mountcritremote
>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:   Tue Aug 23 18:30:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
iXsystems, Inc.
>Environment:
System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #4 r220774: Mon Apr 18 13:56:14 UTC 2011 simon at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


>Description:
	I'd like to propose the attached change to istgt to remove a
BEFORE: line that makes mountcritremote run after istgt.

	It seems that mountcritremote does not depend on istgt and I
do not see why istgt has to be run this early.

>How-To-Repeat:
>Fix:


--- istgt.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/istgt/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile	23 Feb 2011 18:09:53 -0000	1.21
+++ Makefile	1 Apr 2011 17:54:56 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	istgt
 PORTVERSION=	20110223
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.peach.ne.jp/archives/istgt/
 
Index: files/patch-etc__istgt.sh.in
===================================================================
RCS file: files/patch-etc__istgt.sh.in
diff -N files/patch-etc__istgt.sh.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-etc__istgt.sh.in	1 Apr 2011 17:54:29 -0000
@@ -0,0 +1,10 @@
+--- ./etc/istgt.sh.in.orig	2009-04-20 02:46:41.000000000 -0700
++++ ./etc/istgt.sh.in	2011-04-01 10:54:21.980657627 -0700
+@@ -9,6 +9,7 @@
+ 
+ name="istgt"
+ rcvar=`set_rcvar`
++extra_commands="reload"
+ 
+ load_rc_config $name
+ 
--- istgt.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list