From owner-freebsd-arch@FreeBSD.ORG Sat May 22 11:18:06 2004 Return-Path: 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 6004316A4CE for ; Sat, 22 May 2004 11:18:06 -0700 (PDT) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01B6C43D1F for ; Sat, 22 May 2004 11:18:06 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from t30w.polstra.com (dsl081-189-078.sea1.dsl.speakeasy.net [64.81.189.78]) by blake.polstra.com (8.12.11/8.12.11) with ESMTP id i4MIHQog088118 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 22 May 2004 11:17:26 -0700 (PDT) (envelope-from jdp@mail.polstra.com) Received: from t30w.polstra.com (localhost [127.0.0.1]) by t30w.polstra.com (8.12.11/8.12.11) with ESMTP id i4MIHPl5000281; Sat, 22 May 2004 11:17:25 -0700 (PDT) (envelope-from jdp@t30w.polstra.com) Received: (from jdp@localhost) by t30w.polstra.com (8.12.11/8.12.11/Submit) id i4MIHOaN000280; Sat, 22 May 2004 11:17:24 -0700 (PDT) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sat, 22 May 2004 11:17:24 -0700 (PDT) From: John Polstra To: Garance A Drosihn X-Bogosity: No, tests=bogofilter, spamicity=0.088176, version=0.14.5 cc: freebsd-arch@freebsd.org Subject: Re: Move /usr/sup to /var/db/sup? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 18:18:06 -0000 On 21-May-2004 Garance A Drosihn wrote: > I have no idea if that is why someone went with /usr/sup in > the example supfiles, though. I do. :-) That was the location in the original supfiles used by the old "sup" utility that CVSup replaced. When I first released CVSup I made it so that people could use their old supfiles unmodified -- simply because I wanted it to be as easy as possible to switch to CVSup so a lot of people would try it out. I agree that /usr/sup is a lousy place for the metadata, and that something under /var/db would be a lot more sensible. John