summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-10-23 11:22:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-10-23 11:22:41 +0000
commit68b151a5194f36584d0c27d8e95fb1f84eedcd1f (patch)
treed714b71047130e9a2af1e30622c9e986c435dc71 /perl-install/harddrake
parent17068198874ddf8c49ee708311cf83dbe723fd2a (diff)
downloaddrakx-backup-do-not-use-68b151a5194f36584d0c27d8e95fb1f84eedcd1f.tar
drakx-backup-do-not-use-68b151a5194f36584d0c27d8e95fb1f84eedcd1f.tar.gz
drakx-backup-do-not-use-68b151a5194f36584d0c27d8e95fb1f84eedcd1f.tar.bz2
drakx-backup-do-not-use-68b151a5194f36584d0c27d8e95fb1f84eedcd1f.tar.xz
drakx-backup-do-not-use-68b151a5194f36584d0c27d8e95fb1f84eedcd1f.zip
make perl_checker happy: replace PKG::f with PKG::f()
Diffstat (limited to 'perl-install/harddrake')
-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 269581488..232b2b086 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -141,7 +141,7 @@ sub do_switch {
unload($old_driver); # run_program("/sbin/modprobe -r $driver"); # just in case ...
modules::remove_module($old_driver); # completed by the next add_alias()
modules::add_alias("sound-slot-$::i", $new_driver);
- modules::write_conf;
+ modules::write_conf();
if ($new_driver =~ /^snd-/) {
rooted("service alsa start") unless $blacklisted;
rooted("/sbin/chkconfig --add alsa");