From owner-freebsd-isp@FreeBSD.ORG Tue Sep 23 23:29:26 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E5E16A4B3 for ; Tue, 23 Sep 2003 23:29:26 -0700 (PDT) Received: from mail.arc.net.my (nagano.arc.net.my [203.115.225.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7991843FEC for ; Tue, 23 Sep 2003 23:29:19 -0700 (PDT) (envelope-from nick@arc.net.my) Received: from roponggi (roppongi.arc.net.my [203.115.225.83]) by mail.arc.net.my (iPlanet Messaging Server 5.1 Patch 1 (built Jun 6 2002)) with SMTP id <0HLP00881GHHQT@mail.arc.net.my> for freebsd-isp@freebsd.org; Wed, 24 Sep 2003 14:24:53 +0800 (SGT) Date: Wed, 24 Sep 2003 14:26:15 +0800 From: Nick Kraal To: Joseph Begumisa Message-id: <015a01c38264$c225bf20$53e173cb@arc.net.my> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook Express 6.00.2800.1158 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <1063258944.19647.5.camel@dreamboy.private.aros.net> <20030922120911.GG36591@dds.nl> <008d01c381b2$0e8d2a00$53e173cb@arc.net.my> <20030923121506.R70439@mail.trueafrican.com> <00d301c381b6$74941a80$53e173cb@arc.net.my> <20030923125324.B75618@mail.trueafrican.com> cc: freebsd-isp@freebsd.org Subject: Re: SSHD Patch X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Kraal List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 06:29:26 -0000 Nope. The only file/directory in /usr/src is sys. The crypto directory is under /usr/src/sys aoto% pwd /usr/src/sys/crypto aoto% lf blowfish/ des/ md5.h rijndael/ sha1.h cast128/ md5.c rc4/ sha1.c sha2/ -nick/ ----- Original Message ----- From: "Joseph Begumisa" To: "Nick Kraal" Cc: Sent: Tuesday, September 23, 2003 5:54 PM Subject: Re: SSHD Patch > On Tue, 23 Sep 2003, Nick Kraal wrote: > > > Joseph, > > > > Thanks for your reply. Yup, read all the directions before mailing the > > mailing list. Saved the patch file in /root/patch and 'cd' to /usr/src. Even > > copied the patch files to /usr/src. And still get the message. Any ideas? > > > > -nick/ > > > > do you have the crypto directory under /usr/src? > > Joseph.