summaryrefslogtreecommitdiff
path: root/fonts.conf.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-02-07 00:14:31 +0000
committerKeith Packard <keithp@keithp.com>2003-02-07 00:14:31 +0000
commit302e07f11ee7fa1bc95c89357c956359c04dc63e (patch)
treeb2819c41d3d4eecd568aeccfa8b3af409ed1154d /fonts.conf.in
parent1b6b3b658c9ff6b8e45e54fdaea1812eb0b930d9 (diff)
Emphasize that fonts.conf isnt the right place for local configuration
Diffstat (limited to 'fonts.conf.in')
-rw-r--r--fonts.conf.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/fonts.conf.in b/fonts.conf.in
index 65c79bc..2ffe083 100644
--- a/fonts.conf.in
+++ b/fonts.conf.in
@@ -1,9 +1,13 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<!-- /etc/fonts.conf file to configure system font access -->
+<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>
<!--
+ DO NOT EDIT THIS FILE.
+ IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
+ LOCAL CHANGES BELONG IN 'local.conf'.
+
The intent of this standard configuration file is to be adequate for
most environments. If you have a reasonably normal environment and
have found problems with this configuration, they are probably
@@ -11,7 +15,7 @@
changes to fonts@xfree86.org so that future releases can include
such changes.
- Note that the normal 'make install' procedure for XFree86 is to
+ Note that the normal 'make install' procedure for fontconfig is to
replace any existing fonts.conf file with the new version. Place
any local customizations in local.conf which this file references.