diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-10-28 16:06:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-10-28 16:06:42 +0000 |
commit | 1254dfff9fcdb77084a22c7ab29d87e9f551c3d3 (patch) | |
tree | 4d97f54bfec1c6666a40ba0ab09c062f3bc5e2ed /perl-install/standalone/service_harddrake | |
parent | 3db9fb358a5fe3111010d27b0a7f8be896754b01 (diff) | |
download | drakx-1254dfff9fcdb77084a22c7ab29d87e9f551c3d3.tar drakx-1254dfff9fcdb77084a22c7ab29d87e9f551c3d3.tar.gz drakx-1254dfff9fcdb77084a22c7ab29d87e9f551c3d3.tar.bz2 drakx-1254dfff9fcdb77084a22c7ab29d87e9f551c3d3.tar.xz drakx-1254dfff9fcdb77084a22c7ab29d87e9f551c3d3.zip |
(switch_x_driver) nicer message
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index b92f6304e..dd83e0cc8 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -78,7 +78,7 @@ sub switch_x_driver { my ($old_driver, $new_driver, $reason) = @_; cp_af('/etc/X11/xorg.conf', "/etc/X11/xorg.conf.mdv$^T"); substInFile { s!Driver "($old_driver)"!Driver "$new_driver"!g } '/etc/X11/xorg.conf'; - log::explanations("switch X.org driver from $old_driver to $new_driver ($reason)"); + log::explanations("switch X.org driver from '$old_driver' to '$new_driver' ($reason)"); Xconfig::card::libgl_config_and_more({ Driver => $new_driver }); } |