From owner-freebsd-questions@FreeBSD.ORG Tue May 10 13:18:49 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2405B16A4CE for ; Tue, 10 May 2005 13:18:49 +0000 (GMT) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id A507243D2F for ; Tue, 10 May 2005 13:18:48 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9790 invoked from network); 10 May 2005 13:18:48 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 May 2005 13:18:48 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id EE50A2F; Tue, 10 May 2005 09:18:45 -0400 (EDT) Sender: lowell@be-well.ilk.org To: patrick References: From: Lowell Gilbert Date: 10 May 2005 09:18:45 -0400 In-Reply-To: Message-ID: <44oebjp6bu.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Using cvsup + make world, and keeping custom patches X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 13:18:49 -0000 patrick writes: > I recently had a need to patch the FreeBSD's jail utility to support > multiple IP addresses. On a recent "make update" using cvsup, my > patched versions of the jail files were blown away, and now I'll need > to reapply the patches. > > Does anyone have a good strategy for including some custom patches > when doing a make update in /usr/src? Keep a local cvs tree, and keep your patches in that? I think the cvsup documentation has some guidance on how to make that work...