Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2005 23:36:05 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83514: fix typo in bsd.port.mk: s/RC_ORDER/USE_RCORDER/g
Message-ID:  <20050715153605.EC4DEB29CAD@utopia.leeym.com>
Resent-Message-ID: <200507151600.j6FG0cbj046810@freefall.freebsd.org>

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

>Number:         83514
>Category:       ports
>Synopsis:       fix typo in bsd.port.mk: s/RC_ORDER/USE_RCORDER/g
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 16:00:38 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 30 09:32:07 CST 2005 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386


	
>Description:
- s/RC_ORDER/USE_RCORDER/g

>How-To-Repeat:
	
>Fix:

	

--- bsd.port.mk.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.515
diff -u -r1.515 bsd.port.mk
--- bsd.port.mk	24 Jun 2005 09:18:54 -0000	1.515
+++ bsd.port.mk	15 Jul 2005 15:33:09 -0000
@@ -413,7 +413,7 @@
 # 				  ${PREFIX}/etc/rc.d and added to the packing list.
 # 				  pairs will be added to ${SUB_LIST}. These files will be
 # 				  installed in ${PREFIX}/etc/rc.d and added to the packing list.
-# RC_ORDER		- List of rcNG startup scripts to be called early in the boot
+# USE_RCORDER	- List of rcNG startup scripts to be called early in the boot
 # 				  process. This acts exactly like USE_RC_SUBR except that
 # 				  scripts are installed in /etc/rc.d.
 # RC_SUBR		- Set to path of rc.subr.
--- bsd.port.mk.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?20050715153605.EC4DEB29CAD>