Date: Sun, 14 Sep 2003 15:40:27 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56838: Update port: security/ssh Message-ID: <20030914154027.67d02d8d.tkato@prontomail.com> Resent-Message-ID: <200309140701.h8E712Wm009437@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030914154027.67d02d8d.tkato>