From owner-p4-projects@FreeBSD.ORG Fri Jul 14 13:20:50 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 28C9116A4E0; Fri, 14 Jul 2006 13:20:50 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 045C416A4DE for ; Fri, 14 Jul 2006 13:20:50 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA2643D49 for ; Fri, 14 Jul 2006 13:20:49 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6EDKnK8089452 for ; Fri, 14 Jul 2006 13:20:49 GMT (envelope-from gabor@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6EDKnTk089449 for perforce@freebsd.org; Fri, 14 Jul 2006 13:20:49 GMT (envelope-from gabor@FreeBSD.org) Date: Fri, 14 Jul 2006 13:20:49 GMT Message-Id: <200607141320.k6EDKnTk089449@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gabor@FreeBSD.org using -f From: Gabor Kovesdan To: Perforce Change Reviews Cc: Subject: PERFORCE change 101545 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 13:20:50 -0000 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}; \