diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lib/Xconfig/xfree.pm | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,5 @@ +- do not configure using xfs anymore (#32051) + Version 0.19 - 9 July 2007, by Pascal "Pixel" Rigaux - wacom configuration: diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index 8248fe9..bbc78d4 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -804,8 +804,6 @@ our $default_header = <<'END'; # ********************************************************************** Section "Files" - # font server independent of the X server to render fonts. - FontPath "unix/:-1" # minimal fonts to allow X to run without xfs FontPath "/usr/share/fonts/misc:unscaled" EndSection |