summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-07-04 16:10:28 +0000
committerThierry Vignaud <tv@mandriva.org>2007-07-04 16:10:28 +0000
commit42dbd7c86b1d77ce8dc182b79dc681f672a7a56e (patch)
tree1e8c0e41e00a229a1530b53ccb345dd54f9eafa2 /perl-install/standalone/service_harddrake
parent009e784a338799a5c98adee947312749bbcd08ad (diff)
downloaddrakx-42dbd7c86b1d77ce8dc182b79dc681f672a7a56e.tar
drakx-42dbd7c86b1d77ce8dc182b79dc681f672a7a56e.tar.gz
drakx-42dbd7c86b1d77ce8dc182b79dc681f672a7a56e.tar.bz2
drakx-42dbd7c86b1d77ce8dc182b79dc681f672a7a56e.tar.xz
drakx-42dbd7c86b1d77ce8dc182b79dc681f672a7a56e.zip
be stricter (do not bother switch from "nv" to "nv")
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
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';