Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 13:20:49 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 101545 for review
Message-ID:  <200607141320.k6EDKnTk089449@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101545

Change 101545 by gabor@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}; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607141320.k6EDKnTk089449>