Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2010 21:27:19 GMT
From:      Ben Kaduk <kaduk@mit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150453: [patch] [ports] maintainer update: net-im/zephyr initscript and USE_RC_SUBR
Message-ID:  <201009092127.o89LRJbS072415@www.freebsd.org>
Resent-Message-ID: <201009092130.o89LU98A050986@freefall.freebsd.org>

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

>Number:         150453
>Category:       ports
>Synopsis:       [patch] [ports] maintainer update: net-im/zephyr initscript and USE_RC_SUBR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 09 21:30:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ben Kaduk
>Release:        9-CURRENT
>Organization:
MIT Student Information Processing Board
>Environment:
FreeBSD periphrasis.mit.edu 9.0-CURRENT FreeBSD 9.0-CURRENT #13: Wed Jul 14 17:52:27 EDT 2010     kaduk@periphrasis.mit.edu:/usr/obj/usr/src/sys/PERIPHRASIS  amd64
>Description:
Since r1.636 of ports/Mk/bsd.port.mk (Apr 16 07:18:28 2010 UTC), USE_RC_SUBR is no longer a substituted value.  The initial submission of net-im/zephyr occurred before that flag day, and the rc script has not been updated to reflect that change since it was committed.  This breaks the zhm initscript included by net-im/zephyr.
>How-To-Repeat:
Install net-im/zephyr
>Fix:
replace %%RC_SUBR%% with /etc/rc.subr

Patch attached with submission follows:

--- zhm.in.orig	2010-09-09 17:21:56.000000000 -0400
+++ zhm.in	2010-09-09 17:22:02.000000000 -0400
@@ -4,7 +4,7 @@
 # PROVIDE: zhm
 # REQUIRE: named
 
-. %%RC_SUBR%%
+. /etc/rc.subr
 
 name="zhm"
 rcvar="zhm_enable"


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



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