From owner-freebsd-questions Thu Aug 13 12:56:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29844 for freebsd-questions-outgoing; Thu, 13 Aug 1998 12:56:20 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from lucy.bedford.net (lucy.bedford.net [206.99.145.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29821 for ; Thu, 13 Aug 1998 12:56:14 -0700 (PDT) (envelope-from listread@lucy.bedford.net) Received: (from listread@localhost) by lucy.bedford.net (8.8.8/8.8.8) id PAA07173; Thu, 13 Aug 1998 15:44:05 -0400 (EDT) (envelope-from listread) Message-Id: <199808131944.PAA07173@lucy.bedford.net> Subject: Re: XF86 and DSL In-Reply-To: from Chris Martino at "Aug 13, 98 12:45:09 pm" To: chrismar@peanut.readington.com (Chris Martino) Date: Thu, 13 Aug 1998 15:44:05 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG X-no-archive: yes Reply-to: djv@bedford.net From: CyberPeasant X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Martino wrote: > Hey folks, > I've got 2 questions. > > 1) While putzing around my box today it seems that I've delteded > /usr/X11R6/include . Now, I know the files in there aren't necessary to > run X, as I'm doing it now, but as for making new X programs go...forget > it. So.. what do I have to do to get that directory back? Well, of the files in the 2.2.6 distrib of X 3.3.2, I believe that all the /usr/X11R6/include files are in these tars: X332lib.tgz 85 680 6546 X332prog.tgz 227 1816 17101 X332upd.tgz 3 24 235 So the best bet is to extract from them. If the first CDROM is mounted on /cdrom, then #! /bin/sh DIR=/cdrom/XF86332 cd /usr/X11R6 tar xzpf $DIR/X332lib.tgz 'include/*' tar xzpf $DIR/X332prog.tgz 'include/*' tar xzpf $DIR/X332upd.tgz 'include/*' Should do the trick. If you don't have the cdrom, email me off-list, I tested the preceding and will have the files laying around for a few hours. About 365KB compressed. I could stick it on the web or email it. Dave -- Bedford County, PA -- 47,000 polite, friendly Appalachians, 4,000 of whom have concealed-carry permits. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message