From 93affffe9250a2fd4311e04a53255537e62ca45c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Aug 2007 17:08:26 +0000 Subject: since we don't configure X to use xfs, we don't need to specify a safety fontpath (was useful when xfs was failing) --- lib/Xconfig/main.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/Xconfig/main.pm') 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); ''; } -- cgit v1.2.1