summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-01-28 18:28:31 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-01-28 18:28:31 +0000
commit8bd1c5d2bc5383eae64d040324b65af7975468e7 (patch)
tree760d07ca4ee40e114026a0fc6a4752d41e0e221b /perl-install/standalone/service_harddrake
parent48b550858dbfc399fa3d5f9f1aa450c6ab68bf09 (diff)
downloaddrakx-backup-do-not-use-8bd1c5d2bc5383eae64d040324b65af7975468e7.tar
drakx-backup-do-not-use-8bd1c5d2bc5383eae64d040324b65af7975468e7.tar.gz
drakx-backup-do-not-use-8bd1c5d2bc5383eae64d040324b65af7975468e7.tar.bz2
drakx-backup-do-not-use-8bd1c5d2bc5383eae64d040324b65af7975468e7.tar.xz
drakx-backup-do-not-use-8bd1c5d2bc5383eae64d040324b65af7975468e7.zip
perl_checker cleanup
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 2674ccf63..5f9cd630d 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -119,7 +119,7 @@ foreach my $hw_class (@harddrake::data::tree) {
if (harddrake::data::is_removable($Ident)) {
foreach my $device (@ID{@added}) {
push @configurator_pool, harddrake::data::set_removable_auto_configurator($Ident, $device);
- };
+ }
foreach my $device (@$oldconfig{@was_removed}) {
push @configurator_pool, harddrake::data::set_removable_remover($Ident, $device);
}