From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 18 07:36:20 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E42316A4B3 for ; Sat, 18 Oct 2003 07:36:20 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 643BF43FAF for ; Sat, 18 Oct 2003 07:36:19 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 5794D6545E; Sat, 18 Oct 2003 15:36:18 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 79008-04-2; Sat, 18 Oct 2003 15:36:18 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 532E5653D8; Sat, 18 Oct 2003 15:36:17 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 3881525; Sat, 18 Oct 2003 15:36:14 +0100 (BST) Date: Sat, 18 Oct 2003 15:36:14 +0100 From: Bruce M Simpson To: Tim Kientzle Message-ID: <20031018143614.GB7662@saboteur.dek.spc.org> Mail-Followup-To: Tim Kientzle , Garance A Drosihn , Adil Katchi , freebsd-hackers@freebsd.org References: <3F907419.4090601@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F907419.4090601@acm.org> cc: Adil Katchi cc: freebsd-hackers@freebsd.org Subject: Re: sshd source code X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2003 14:36:20 -0000 On Fri, Oct 17, 2003 at 03:58:33PM -0700, Tim Kientzle wrote: > Assuming, of course, that they don't ever > turn their machine off. If they do, > then 'locate' is just a waste of disk space. Or install the anacron port. BMS