PERFORCE change 101545 for review

Gabor Kovesdan gabor at FreeBSD.org
Fri Jul 14 13:20:50 UTC 2006


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

Change 101545 by gabor at gabor_spitfire on 2006/07/14 13:20:45

	Fix typos, a comma has to be before which.

Affected files ...

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

Differences ...

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

@@ -3958,18 +3958,18 @@
 			${ECHO_MSG} "===>  SECURITY REPORT: "; \
 		fi; \
 		if [ -s ${WRKDIR}/.PLIST.setuid ] ; then \
-			${ECHO_MSG} "      This port has installed the following binaries which execute with"; \
+			${ECHO_MSG} "      This port has installed the following binaries, which execute with"; \
 			${ECHO_MSG} "      increased privileges."; \
 			${CAT} ${WRKDIR}/.PLIST.setuid; \
 			${ECHO_MSG}; \
 		fi; \
 		if [ -s ${WRKDIR}/.PLIST.network ] ; then \
-			${ECHO_MSG} "      This port has installed the following files which may act as network"; \
+			${ECHO_MSG} "      This port has installed the following files, which may act as network"; \
 			${ECHO_MSG} "      servers and may therefore pose a remote security risk to the system."; \
 			${CAT} ${WRKDIR}/.PLIST.network; \
 			${ECHO_MSG}; \
 			if [ -s ${WRKDIR}/.PLIST.startup ] ; then \
-				${ECHO_MSG} "      This port has installed the following startup scripts which may cause"; \
+				${ECHO_MSG} "      This port has installed the following startup scripts, which may cause"; \
 				${ECHO_MSG} "      these network services to be started at boot time."; \
 				${SED} s,^,${PREFIX}/, < ${WRKDIR}/.PLIST.startup; \
 				${ECHO_MSG}; \


More information about the p4-projects mailing list