From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julius Schwartzenberg Subject: How to exclude configuration files? Date: Sun, 22 Feb 2004 00:18:34 +0100 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <4037E74A.9050102@zgod.cjb.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hi, I'm working on packaging Dos programs in RPMs. In the end, I want it to be possible to just run a certain Dos program from the KDE menu for example using the normal version of Dosemu from the official binary RPM. With those programs, I only want to use my own configuration files though and not the ones from /etc or the one in the users home directory. I tried specifing a global config-file, a user config-file and bypassing the system configuration file, but each time the other configs are also included. What should I do to prevent Dosemu from using the files in /etc or in the home directory of the user? Thanks in advance, Julius