Date: Thu, 13 Apr 2000 19:56:42 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17987: security/ssh fix install Message-ID: <200004131756.TAA69875@home.dinoex.sub.org>
next in thread | raw e-mail | index | archive | help
>Number: 17987 >Category: ports >Synopsis: security/ssh fix install >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 13 11:50:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-STABLE i386 >Organization: privat >Environment: Install ssh on a new system. >Description: Stop. >How-To-Repeat: make install ===> Generating temporary packing list Installing /usr/local/etc/rc.d/sshd.sh startup file. sed: 751: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 After this you have a shell-script cocated with a chmod executable >Fix: diff ssh/Makefile ssh-1.2.27/Makefile --- ssh/Makefile Thu Apr 13 06:28:19 2000 +++ ssh-1.2.27/Makefile Thu Apr 13 19:54:08 2000 @@ -109,7 +109,7 @@ @if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \ ${SED} -e 's+!!PREFIX!!+${PREFIX}+g' ${FILESDIR}/sshd.sh \ - > ${PREFIX}/etc/rc.d/sshd.sh \ + > ${PREFIX}/etc/rc.d/sshd.sh; \ ${CHMOD} 751 ${PREFIX}/etc/rc.d/sshd.sh; \ fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004131756.TAA69875>