PERFORCE change 101947 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Jul 19 16:46:34 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101947

Change 101947 by gabor at gabor_spitfire on 2006/07/19 16:45:55

	Roll back one wrong s/ECHO_CMD/ECHO_MSG/ substitution.

Affected files ...

.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#49 edit

Differences ...

==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#49 (text+ko) ====

@@ -5511,7 +5511,7 @@
 .if defined(USE_RCORDER) || defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES"
 .if defined(USE_RCORDER)
 	@${ECHO_MSG} "===> Installing early rc.d startup script(s)"
-	@${ECHO_MSG} "@cwd /" >> ${TMPPLIST}
+	@${ECHO_CMD} "@cwd /" >> ${TMPPLIST}
 	@for i in ${USE_RCORDER}; do \
 		${INSTALL_SCRIPT} ${WRKDIR}/$${i} /etc/rc.d/$${i%.sh}; \
 		${ECHO_CMD} "etc/rc.d/$${i%.sh}" >> ${TMPPLIST}; \


More information about the p4-projects mailing list