diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-11-21 13:06:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-11-21 13:06:40 +0000 |
commit | 2f8c13fd7760b0a540ded1f13e08b826bc769a10 (patch) | |
tree | c3436620fc69c4f0516706c310a357ad602e4874 /perl-install/harddrake | |
parent | 9e2207a2cf1cda634beef20c0a7b114f46468cc0 (diff) | |
download | drakx-2f8c13fd7760b0a540ded1f13e08b826bc769a10.tar drakx-2f8c13fd7760b0a540ded1f13e08b826bc769a10.tar.gz drakx-2f8c13fd7760b0a540ded1f13e08b826bc769a10.tar.bz2 drakx-2f8c13fd7760b0a540ded1f13e08b826bc769a10.tar.xz drakx-2f8c13fd7760b0a540ded1f13e08b826bc769a10.zip |
ones less space
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/sound.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index ff5a74362..96f50ae58 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -200,7 +200,7 @@ sub do_switch { $modules_conf->set_sound_slot("sound-slot-$index", $new_driver); $modules_conf->write; if ($new_driver =~ /^snd-/) { # new driver is an alsa one - $in->do_pkgs->ensure_binary_is_installed(qw(alsactl alsa-utils aoss)); + $in->do_pkgs->ensure_binary_is_installed(qw(alsactl alsa-utils aoss)); rooted("service alsa start") if $::isStandalone && !$blacklisted; rooted("/sbin/chkconfig --add alsa") if $::isStandalone; load($modules_conf, $new_driver) if $::isStandalone; # service alsa is buggy |