From owner-freebsd-questions@FreeBSD.ORG Sun Sep 21 19:34:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1039816A4B3 for ; Sun, 21 Sep 2003 19:34:25 -0700 (PDT) Received: from mygirlfriday.info (adsl-65-64-145-209.dsl.stlsmo.swbell.net [65.64.145.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id C619A43FE0 for ; Sun, 21 Sep 2003 19:34:23 -0700 (PDT) (envelope-from gv-list-freebsdquestions@mygirlfriday.info) Received: (qmail 49152 invoked from network); 22 Sep 2003 02:34:05 -0000 Received: from user204.net795.mo.sprint-hsd.net (HELO ?192.168.0.5?) (65.41.216.204) by mongo.mygirlfriday.info with AES256-SHA encrypted SMTP; 22 Sep 2003 02:34:05 -0000 Date: Sun, 21 Sep 2003 21:34:22 -0500 From: Gary To: questions@freebsd.org Message-ID: <2490000.1064198062@[192.168.0.5]> In-Reply-To: <1208.192.168.25.10.1064196707.squirrel@bmyster.com> References: <1208.192.168.25.10.1064196707.squirrel@bmyster.com> X-Mailer: Mulberry/3.1.0b7 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: patch for SSHD help !?!?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 02:34:25 -0000 Hi Brent, --On Sunday, September 21, 2003 10:11:47 PM -0400 Brent Bailey wrote: > > patch < ~brent/PATCHES/buffer46.patch > > it then asks me > File To Patch: < what do i do here ??..what file ?? First you have to look at the patch, to see what/where it goes into. Then do a locate for that file, or dir.. In this case, it is in /usr/src/crypto/openssh Put the patch in there... type patch < buffer46.patch > Ive never used this procedure before. Is there a howto on this procedure > that someone might be able to point me to ?? > any help is great appreciated That's it, then follow the instructions after patching . ... See man patch to learn about patching. -- Gary