From owner-freebsd-ports Thu Apr 13 11:50:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A84C537B549 for ; Thu, 13 Apr 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA06535; Thu, 13 Apr 2000 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id A814937BB3D for ; Thu, 13 Apr 2000 11:40:41 -0700 (PDT) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id UAA27046 for FreeBSD-gnats-submit@freebsd.org; Thu, 13 Apr 2000 20:40:44 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id UAA03993 for FreeBSD-gnats-submit@freebsd.org; Thu, 13 Apr 2000 20:00:11 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id TAA69875; Thu, 13 Apr 2000 19:56:42 +0200 (CEST) Message-Id: <200004131756.TAA69875@home.dinoex.sub.org> Date: Thu, 13 Apr 2000 19:56:42 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17987: security/ssh fix install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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