From owner-freebsd-hackers Wed Jul 23 21:08:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA06070 for hackers-outgoing; Wed, 23 Jul 1997 21:08:34 -0700 (PDT) Received: from sendero-ppp.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id VAA06063 for ; Wed, 23 Jul 1997 21:08:28 -0700 (PDT) Received: (qmail 20702 invoked by uid 1000); 24 Jul 1997 04:08:42 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19970723082419.33054@ican.net> Date: Wed, 23 Jul 1997 21:08:42 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: Josh Tiefenbach Subject: Re: Is /usr/src/sys self-contained? Cc: hackers@FreeBSD.ORG, Jaye Mathisen Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Josh Tiefenbach; On 23-Jul-97 you wrote: > On Tue, Jul 22, 1997 at 06:27:22PM -0700, Jaye Mathisen wrote: > > > > > > ie, let's say I want to mess around with the DPT driver, but I CVSUP > > regularly, so I don't want cvsup to wipe out all the good stuff > > I get when I apply the DPT patches... > > > > Just watch it - the latest rev of the DPT driver (1.1.9 i think) goes off > and > sticks stuff outside of /usr/src/sys. I dont have an exact list handy. huh? You must be talking about usr.sbin/dpt. You can safely chop it off. For now. later (soon) it will hold the dptmgr stuff. Use cvs add foo to add unique files Use cvs update -P -d to checkout/merge Use cvs diff -c -N to make a new patch against the standard tree. All the above wisdom is not mine. Justin Gibbs is to blame :-) Simon