From owner-freebsd-ports@FreeBSD.ORG Tue Apr 19 15:39:06 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9DE16A4CE for ; Tue, 19 Apr 2005 15:39:06 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC6F43D2F for ; Tue, 19 Apr 2005 15:39:06 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1611099wri for ; Tue, 19 Apr 2005 08:39:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LNJOFzd5GOv/3bRK6Pl95rLdrvI7POVlOM7p/X7WheBpgG4o8Mrcgy7pKgripg1iRVIXm2W2j1HCBBO0jZF7kALCk/DW5Lk0VHVIIPv/X8Ci8X1GZIyXh/gTb2JVe3U3fR+7xExLv1JK4BQRDnZYS2CbJ57xV2NS+9pcjef4HvU= Received: by 10.54.28.29 with SMTP id b29mr3572044wrb; Tue, 19 Apr 2005 08:39:05 -0700 (PDT) Received: by 10.54.29.77 with HTTP; Tue, 19 Apr 2005 08:39:05 -0700 (PDT) Message-ID: <790a9fff050419083938ef2a41@mail.gmail.com> Date: Tue, 19 Apr 2005 10:39:05 -0500 From: Scot Hetzel To: Daniel Johansson In-Reply-To: <20050419114853.GA21702@donnex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050419114853.GA21702@donnex.net> cc: ports@freebsd.org Subject: Re: openssh-portable port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 15:39:06 -0000 On 4/19/05, Daniel Johansson wrote: > Hi, I've a question about the openssh-portable port, and I think it's the > same > with the openssh port.=20 >=20 > Why do you install sshd.sh.sample in /usr/local/etc/rc.d? Openssh already > have > a built in startupscript and to use it with the ports version you just ha= ve > to > set sshd_program. So what is the reason for installing this startup scrip= t? > It's also in the old non rcng-format. >=20 On older FreeBSD systems (OSVERSION<5.x), there was no default ssh startup script. The port could be changed to detect which OSVERSION it is installing on, and either install the sshd.sh.sample script or display a message to change the variable to sshd_program=3D$PREFIX/sbin/sshd. Scot