Bug 90150

Summary: update USE_RC_SUBR for >= 700007
Product: Ports & Packages Reporter: Pav Lucistnik <pav>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Pav Lucistnik freebsd_committer freebsd_triage 2005-12-09 16:50:03 UTC
Doug Barton checked a new infrastructure that integrates startup scripts
installed by ports into /usr/local/etc/rc.d into system rcorder. It's strongly
desirable to install startup scripts without .sh suffix, because scripts
suffixed with .sh are considered "non-compatible" and rcorder is not used with
them.

I'm not addressing USE_RCORDER consumers for now. They can be converted to
USE_RC_SUBR once we deprecate systems older then 700007, or on case-by-case
basis now.

Please consider attached fix:
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-12-09 16:51:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Over to the keepers of the keys, masters of the seventh circle. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90150 

See also the useful conversation on this topic in
http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/90070
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-12-19 01:33:31 UTC
State Changed
From-To: open->analyzed

Accepted for testing on the cluster.
Comment 3 Florent Thoumie 2005-12-30 14:16:22 UTC
	I think USE_RCORDER behavior must be changed too. There's no point in 
	installing scripts in /etc/rc.d/ since rcorder uses local startup scripts.

	I guess it would be easier to add a USE_RC_SCRIPT variable similar to the 
	USE_RC_SUBR one (transition speaking).

	Just my 0.02$.

-- 
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2006-01-21 19:55:52 UTC
State Changed
From-To: analyzed->closed

Committed, thanks.