From owner-freebsd-arch@FreeBSD.ORG Sun Aug 7 14:42:53 2005 Return-Path: X-Original-To: freebsd-arch@FreeBSD.org Delivered-To: freebsd-arch@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 105C316A41F; Sun, 7 Aug 2005 14:42:53 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60BD43D45; Sun, 7 Aug 2005 14:42:52 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mr6so.prod.shaw.ca (pd3mr6so-qfe3.prod.shaw.ca [10.0.141.21]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IKU00372VZ5X160@l-daemon>; Sun, 07 Aug 2005 08:23:29 -0600 (MDT) Received: from pn2ml4so.prod.shaw.ca ([10.0.121.148]) by pd3mr6so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IKU00A2WVZ5XNC0@pd3mr6so.prod.shaw.ca>; Sun, 07 Aug 2005 08:23:29 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IKU00M25VZ4WL@l-daemon>; Sun, 07 Aug 2005 08:23:29 -0600 (MDT) Date: Sun, 07 Aug 2005 07:23:28 -0700 From: Colin Percival In-reply-to: <20050807.231125.26489231.hrs@allbsd.org> To: Hiroki Sato Message-id: <42F61960.4020400@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <42F5BC19.5040602@freebsd.org> <20050807.211240.75793221.hrs@allbsd.org> <42F60443.2040301@freebsd.org> <20050807.231125.26489231.hrs@allbsd.org> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: freebsd-arch@FreeBSD.org Subject: Re: /usr/portsnap vs. /var/db/portsnap X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 14:42:53 -0000 Hiroki Sato wrote: > Colin Percival wrote: > cp> Hiroki Sato wrote: > cp> > So, I would like the server-side bits to be imported if portsnap will > cp> > be in the base system. > cp> > cp> By "server-side", do you mean > cp> a) The code which builds the portsnap files, > cp> b) The code which mirrors them, or > cp> c) The web server (Apache) which actually sits on port 80 and > cp> communicates with the portsnap client? > > a) and b). Those don't belong in src, but I could put them into the projects repo if people really want them. I was planning on just providing them to portmgr and secteam since there's no reason for anyone to be running their own portsnap builds, very little reason for anyone to be running a portsnap mirror unless it's a public mirror, and my experience with FreeBSD Update is that making code available will result in people trying to use it even if they really shouldn't be using it. (I've had many email exchanges about FreeBSD Update which basically ran "I can't get the FreeBSD Update server code to work, help!", "Why do you want to run the FreeBSD Update server code?", "Uhh... I have no idea. I'll just download the client and use the updates you're building.") Colin Percival