From owner-freebsd-hackers Sun Jul 13 15:02:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA09304 for hackers-outgoing; Sun, 13 Jul 1997 15:02:53 -0700 (PDT) Received: from ucsee.EECS.Berkeley.EDU (benco@ucsee.EECS.Berkeley.EDU [128.32.156.173]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA09299 for ; Sun, 13 Jul 1997 15:02:49 -0700 (PDT) Received: (from benco@localhost) by ucsee.EECS.Berkeley.EDU (8.8.4/8.8.4) id PAA21450 for freebsd-hackers@freebsd.org; Sun, 13 Jul 1997 15:02:47 -0700 Date: Sun, 13 Jul 1997 15:02:47 -0700 From: Ben Cottrell Message-Id: <199707132202.PAA21450@ucsee.EECS.Berkeley.EDU> To: freebsd-hackers@freebsd.org Subject: Re: upgrading XFree86 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > This'd be pretty difficult, I think, because of imake's very incestuous > relationship with the X11R6 tree. It would be a fantastic win, but I just > don't think it'd be possible. My customary solution to this is to use a union mount to put /usr/local/X11 on top of /usr/X11R6. That way I can replace the underlying X tree, and my local changes go right back on top afterwards. ~Ben