From owner-freebsd-current Wed Dec 27 16:07:49 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA26893 for current-outgoing; Wed, 27 Dec 1995 16:07:49 -0800 (PST) Received: from rmurphy.slip.bcm.tmc.edu (root@RMURPHY.SLIP.BCM.TMC.EDU [128.249.250.138]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA26888 for ; Wed, 27 Dec 1995 16:07:45 -0800 (PST) Received: (from rich@localhost) by rmurphy.slip.bcm.tmc.edu (8.6.12/8.6.9) id SAA09660; Wed, 27 Dec 1995 18:07:33 -0600 Date: Wed, 27 Dec 1995 18:07:33 -0600 Message-Id: <199512280007.SAA09660@rmurphy.slip.bcm.tmc.edu> From: Rich Murphey To: paul@netcraft.co.uk CC: p.richards@elsevier.co.uk, asami@cs.berkeley.edu, jkh@time.cdrom.com, andreas@knobel.gun.de, graichen@omega.physik.fu-berlin.de, current@freebsd.org In-reply-to: <199512272341.XAA04888@server.netcraft.co.uk> (message from Paul Richards on Wed, 27 Dec 1995 23:41:49 +0000 (GMT)) Subject: Re: pcnfsd.. Reply-to: rich@lamprey.utmb.edu Sender: owner-current@freebsd.org Precedence: bulk |From: Paul Richards |Date: Wed, 27 Dec 1995 23:41:49 +0000 (GMT) |It'd be good if X programs picked up their config files from somewhere |specifiable, this would include stuff that end up in the app-defaults |directory. You could nuke X11R6/* and re-install a new verios of XFree86 |then without worrying about clobbering any local packages. There are other |advantages too. OK, yes, although you can override the default value of the app-defaults directory path using the XAPPLRESDIR environment variable, you can't otherwise change the default itself systemwide. Do you want the clients to read another configuration file that will specify the default location of all other configuration files on local filesystems? This would add the overhead of opening the extra configuration file and you'd be faced with a similar issue of chosing a location for the runtime determination of that path. Or do you want to have the clients search /usr/local/lib/X11/app-defaults first before looking in /usr/X11R6/lib/X11/app-defaults? Or do you have another scheme in mind? Rich