Commit 4b1a8436 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Remove ETCDIR mention.

parent a42e6aef
...@@ -28,10 +28,6 @@ for configurable values. Those terms are described here. ...@@ -28,10 +28,6 @@ for configurable values. Those terms are described here.
prefix is /opt/wine. Ideally, a packager would also allow the prefix is /opt/wine. Ideally, a packager would also allow the
installer to override this value. installer to override this value.
* ETCDIR: is the prefix that Wine uses to find the global
configuration directory. This can be changed by the configure
option sysconfdir. The current default is $PREFIX/etc.
* WINDOWSDIR: is an important concept to Wine. This directory specifies * WINDOWSDIR: is an important concept to Wine. This directory specifies
what directory corresponds to the root Windows directory what directory corresponds to the root Windows directory
(e.g. C:\WINDOWS). This directory is specified by the user, in (e.g. C:\WINDOWS). This directory is specified by the user, in
...@@ -302,19 +298,6 @@ WINE COMPONENTS ...@@ -302,19 +298,6 @@ WINE COMPONENTS
cachedmetrics can be generated if absent. cachedmetrics can be generated if absent.
You should note this can take a long time. You should note this can take a long time.
- ETCDIR/wine.systemreg
This file contains the global values for HKEY_LOCAL_MACHINE.
The values in this file can be overridden by the user's
local settings. The location of this directory is hard coded
within wine, generally to /etc.
- ETCDIR/wine.userreg
This file contains the global values for HKEY_USERS.
The values in this file can be overridden by the user's
local settings. This file is likely to be deprecated in
favor of a global wine.userdef.reg that will only contain
HKEY_USERS/.Default.
* Important Files from a Windows Partition * Important Files from a Windows Partition
Wine has the ability to use files from an installation of the Wine has the ability to use files from an installation of the
actual Microsoft Windows operating system. Generally these actual Microsoft Windows operating system. Generally these
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment