ports/150453: [patch] [ports] maintainer update: net-im/zephyr initscript and USE_RC_SUBR
Ben Kaduk
kaduk at mit.edu
Thu Sep 9 21:30:09 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list