ports/56838: Update port: security/ssh

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:02:59 UTC 2003


>Number:         56838
>Category:       ports
>Synopsis:       Update port: security/ssh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 14 00:01:02 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_MSG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/security/ssh/Makefile security/ssh/Makefile
--- /usr/ports/security/ssh/Makefile	Sat Apr 12 23:26:07 2003
+++ security/ssh/Makefile	Sun Sep 14 13:21:31 2003
@@ -89,12 +89,12 @@
 
 post-install:
 	@if [ ! -f ${PREFIX}/etc/ssh_host_key ]; then \
-	    ${ECHO} "Generating a secret host key..."; \
+	    ${ECHO_MSG} "Generating a secret host key..."; \
 	    ${PREFIX}/bin/ssh-keygen -f ${PREFIX}/etc/ssh_host_key -N ""; \
 	fi; \
 	if [ "`grep ssh /etc/inetd.conf|grep -v ^#ssh`" = "" ]; then \
 	    if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \
-		${ECHO} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \
+		${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \
 		${SED} -e 's+!!PREFIX!!+${PREFIX}+g' ${FILESDIR}/sshd.sh \
 		    > ${PREFIX}/etc/rc.d/sshd.sh; \
 		${CHMOD} 751 ${PREFIX}/etc/rc.d/sshd.sh; \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list