Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2008 09:09:12 -0500 (CDT)
From:      Michael Stowe <mstowe@chicago.us.mensa.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125118: [Maintainer] misc/heyu2 - patch added to fix script bug
Message-ID:  <200806301409.m5UE9Ciq021641@baddomain.com>
Resent-Message-ID: <200806301410.m5UEA450021771@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125118
>Category:       ports
>Synopsis:       [Maintainer] misc/heyu2 - patch added to fix script bug
>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:   Mon Jun 30 14:10:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Michael Stowe
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD baddomain.com 7.0-STABLE FreeBSD 7.0-STABLE #22: Tue Jun 10 09:07:30 CDT 2008 root@baddomain.com:/usr/obj/usr/src/sys/STOWE i386


	
>Description:
[maintainer] misc/heyu2 - patch submitted to heyu mailing list that fixes a bug where scripts triggered by SNDM, SNDT, or RCVT kill the heyu monitor.
>How-To-Repeat:
	
>Fix:

	

--- heyu2.diff begins here ---
diff -ruN heyu2.old/Makefile heyu2/Makefile
--- heyu2.old/Makefile	2008-06-30 09:01:53.000000000 -0500
+++ heyu2/Makefile	2008-06-30 08:57:03.000000000 -0500
@@ -7,6 +7,7 @@
 
 PORTNAME=	heyu2
 PORTVERSION=	2.3.2
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	http://www.heyu.org/download/
 DISTNAME=	heyu-${PORTVERSION}
diff -ruN heyu2.old/files/patch-x10state heyu2/files/patch-x10state
--- heyu2.old/files/patch-x10state	1969-12-31 18:00:00.000000000 -0600
+++ heyu2/files/patch-x10state	2008-06-30 08:50:57.000000000 -0500
@@ -0,0 +1,11 @@
+--- x10state.c.orig	2008-06-30 08:49:55.000000000 -0500
++++ x10state.c	2008-06-30 08:50:28.000000000 -0500
+@@ -6344,7 +6344,7 @@
+    char     *shell;
+    LAUNCHER *launcherp;
+ 
+-   if ( configp->script_ctrl == DISABLE )
++   if ( !i_am_state || configp->script_ctrl == DISABLE )
+       return 0;
+ 
+    launcherp = configp->launcherp;
--- heyu2.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806301409.m5UE9Ciq021641>