summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-04-02 12:13:05 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-04-02 12:13:05 +0000
commitadf494c9924fe01e4723200eab3ac93fd9d1496e (patch)
tree3ff0af5a49ef5878523c4455eb32571ac2346919 /perl-install/harddrake/sound.pm
parent741db4cc5a352ad96916025959280e0d53e6c4a6 (diff)
downloaddrakx-backup-do-not-use-adf494c9924fe01e4723200eab3ac93fd9d1496e.tar
drakx-backup-do-not-use-adf494c9924fe01e4723200eab3ac93fd9d1496e.tar.gz
drakx-backup-do-not-use-adf494c9924fe01e4723200eab3ac93fd9d1496e.tar.bz2
drakx-backup-do-not-use-adf494c9924fe01e4723200eab3ac93fd9d1496e.tar.xz
drakx-backup-do-not-use-adf494c9924fe01e4723200eab3ac93fd9d1496e.zip
hackism to shut up perl_checker
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r--perl-install/harddrake/sound.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index 88e337dd9..154f3ba29 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -142,7 +142,7 @@ sub get_alternative {
sub do_switch {
my ($in, $old_driver, $new_driver, $index) = @_;
- my $wait = $in->wait_message(N("Please wait"), N("Please Wait... Applying the configuration"));
+ my $_wait = $in->wait_message(N("Please wait"), N("Please Wait... Applying the configuration"));
log::explanations("removing old $old_driver\n");
rooted("service sound stop") unless $blacklisted;
rooted("service alsa stop") if $old_driver =~ /^snd-/ && !$blacklisted;