From a594c8ff7749eeaa4e6fc39afc5bbd403259e768 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Aug 2008 12:24:06 +0000 Subject: - XFdrake: o allow xorg.conf to have no "Monitor" section (#42793) (XFdrake will no break too much without it :) --- lib/Xconfig/main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig/main.pm') diff --git a/lib/Xconfig/main.pm b/lib/Xconfig/main.pm index fe8e86a..5cf6649 100644 --- a/lib/Xconfig/main.pm +++ b/lib/Xconfig/main.pm @@ -237,7 +237,7 @@ sub check_valid { my %_sections = map { my @l = $raw_X->get_Sections($_) or return "missing section $_"; $_ => \@l; - } qw(InputDevice Monitor Device Screen ServerLayout); + } qw(InputDevice Device Screen ServerLayout); ''; } -- cgit v1.2.1