From owner-freebsd-questions@FreeBSD.ORG Sun Oct 12 22:48:05 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 A976016A4B3 for ; Sun, 12 Oct 2003 22:48:05 -0700 (PDT) Received: from c009.snv.cp.net (h024.c009.snv.cp.net [209.228.34.137]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E82343F85 for ; Sun, 12 Oct 2003 22:48:03 -0700 (PDT) (envelope-from shrikant@corp.123india.com) Received: (cpmta 8846 invoked from network); 12 Oct 2003 22:48:02 -0700 Received: from 209.228.34.133 (HELO mail.corp.123india.com.criticalpath.net) by smtp.corp.123india.com (209.228.34.137) with SMTP; 12 Oct 2003 22:48:02 -0700 X-Sent: 13 Oct 2003 05:48:02 GMT Received: from [203.115.113.14] by mail.corp.123india.com with HTTP; Sun, 12 Oct 2003 22:48:02 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: questions@FreeBSD.org From: shrikant@corp.123india.com X-Sent-From: shrikant@corp.123india.com Date: Sun, 12 Oct 2003 22:48:02 -0700 (PDT) X-Mailer: Web Mail 5.5.0-3_sol28 Message-Id: <20031012224802.14002.h020.c009.wm@mail.corp.123india.com.criticalpath.net> Subject: Re: Problem applying freeBSD patch .... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2003 05:48:05 -0000 I was in the /usr/src directory . On 11 Oct 2003 10:07:06 -0400, Lowell Gilbert wrote: > > "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...