From owner-freebsd-questions@FreeBSD.ORG Mon May 9 17:20:19 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 59D4016A4E9 for ; Mon, 9 May 2005 17:20:19 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF2643D92 for ; Mon, 9 May 2005 17:20:18 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so741170rnf for ; Mon, 09 May 2005 10:20:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=d7h/4T2Xo4ivz5jpDS87mEMhfIB1GTu87tl5++aNj3R+YVKjezlepLa6ZNI5G6ppQFtJ+/R/KA2iZ1z+dGkhz67cmiuywajvvEptcTsYR1Oq6UHmfLB4800Y8Zid4nLb3LOpsNlpWBd413eQGrjDk3NLTy1YyZj3R9FCwwUQt6A= Received: by 10.38.88.50 with SMTP id l50mr1579313rnb; Mon, 09 May 2005 10:20:18 -0700 (PDT) Received: by 10.38.79.52 with HTTP; Mon, 9 May 2005 10:20:18 -0700 (PDT) Message-ID: Date: Mon, 9 May 2005 10:20:18 -0700 From: patrick To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Using cvsup + make world, and keeping custom patches X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: patrick List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 17:20:19 -0000 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? Thanks, Patrick