From owner-freebsd-questions@FreeBSD.ORG Sat Oct 11 07:07:07 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 AB7E516A4B3 for ; Sat, 11 Oct 2003 07:07:07 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1805F43FB1 for ; Sat, 11 Oct 2003 07:07:07 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 3E3F33AF6; Sat, 11 Oct 2003 10:07:06 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Shrikant" References: <000e01c38fc5$f0ea44c0$0106000a@windomain> From: Lowell Gilbert Date: 11 Oct 2003 10:07:06 -0400 In-Reply-To: <000e01c38fc5$f0ea44c0$0106000a@windomain> Message-ID: <447k3bc1h1.fsf@be-well.ilk.org> Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@FreeBSD.org Subject: Re: Problem applying freeBSD patch .... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 14:07:07 -0000 "Shrikant" writes: > Hello , > > I am trying to apply the latest patch for Openssh FreeBSD-SA-03:15.openssh > > In past i had applied all the patches but never came before such question "File to patch:" > > can any body suggest me whihc file it is asking for .I have given the output below > > > Shrikant > > > > server1# patch < /path/to/patch/openssh47.patch > Hmm... Looks like a new-style context diff to me... > The text leading up to this was: > -------------------------- > |Index: crypto/openssh/auth-chall.c > |=================================================================== > |RCS file: /home/ncvs/src/crypto/openssh/auth-chall.c,v > |retrieving revision 1.2.2.3 > |retrieving revision 1.2.2.3.2.1 > |diff -p -c -r1.2.2.3 -r1.2.2.3.2.1 > |*** crypto/openssh/auth-chall.c 3 Jul 2002 22:11:41 -0000 1.2.2.3 > |--- crypto/openssh/auth-chall.c 24 Sep 2003 19:50:39 -0000 1.2.2.3.2.1 > -------------------------- > File to patch: You should cd to /usr/src before executing that command...