From 42dbd7c86b1d77ce8dc182b79dc681f672a7a56e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 4 Jul 2007 16:10:28 +0000 Subject: be stricter (do not bother switch from "nv" to "nv") --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index b33d893a4..1280ccd83 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -63,7 +63,7 @@ if (find { $_->{driver} =~ /Card:NVIDIA/ } detect_devices::probeall()) { if (/Driver "nv.+"/) { $done = 1; log::explanations("switch X.org driver from nvidia to nv"); - s!Driver "nv.*"!Driver "nv"!g; + s!Driver "nv.+"!Driver "nv"!g; } } '/etc/X11/xorg.conf'; -- cgit v1.2.1