diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-03 17:08:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-03 17:08:26 +0000 |
commit | 93affffe9250a2fd4311e04a53255537e62ca45c (patch) | |
tree | 6f69a9cf3057df22b6960631e5b90c3cb710f3a3 /lib/Xconfig/main.pm | |
parent | 5cc8d4067b0cfd45fc6da099aef73efa2881c154 (diff) | |
download | drakx-kbd-mouse-x11-93affffe9250a2fd4311e04a53255537e62ca45c.tar drakx-kbd-mouse-x11-93affffe9250a2fd4311e04a53255537e62ca45c.tar.gz drakx-kbd-mouse-x11-93affffe9250a2fd4311e04a53255537e62ca45c.tar.bz2 drakx-kbd-mouse-x11-93affffe9250a2fd4311e04a53255537e62ca45c.tar.xz drakx-kbd-mouse-x11-93affffe9250a2fd4311e04a53255537e62ca45c.zip |
since we don't configure X to use xfs, we don't need to specify a safety
fontpath (was useful when xfs was failing)
Diffstat (limited to 'lib/Xconfig/main.pm')
-rw-r--r-- | lib/Xconfig/main.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Xconfig/main.pm b/lib/Xconfig/main.pm index a33ad56..6b871ec 100644 --- a/lib/Xconfig/main.pm +++ b/lib/Xconfig/main.pm @@ -237,9 +237,7 @@ sub check_valid { my %sections = map { my @l = $raw_X->get_Sections($_) or return "missing section $_"; $_ => \@l; - } qw(Files InputDevice Monitor Device Screen ServerLayout); - - $sections{Files}[0]{FontPath} or return "missing FontPath"; + } qw(InputDevice Monitor Device Screen ServerLayout); ''; } |