summaryrefslogtreecommitdiffstats
path: root/perl-install/raid.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-19 18:31:51 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-19 18:31:51 +0000
commit7df82b8146ed640258f7e4a31d20596828e055dd (patch)
tree8192170a2b561666d2c4c2ff18478eb8293a26cd /perl-install/raid.pm
parent2adb7c09ce6083718939e71ca6c235179945c7f4 (diff)
downloaddrakx-backup-do-not-use-7df82b8146ed640258f7e4a31d20596828e055dd.tar
drakx-backup-do-not-use-7df82b8146ed640258f7e4a31d20596828e055dd.tar.gz
drakx-backup-do-not-use-7df82b8146ed640258f7e4a31d20596828e055dd.tar.bz2
drakx-backup-do-not-use-7df82b8146ed640258f7e4a31d20596828e055dd.tar.xz
drakx-backup-do-not-use-7df82b8146ed640258f7e4a31d20596828e055dd.zip
(check_prog) add perl_checker hints
Diffstat (limited to 'perl-install/raid.pm')
-rw-r--r--perl-install/raid.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/raid.pm b/perl-install/raid.pm
index cc06411e1..5f779a444 100644
--- a/perl-install/raid.pm
+++ b/perl-install/raid.pm
@@ -16,7 +16,8 @@ use modules;
sub max_nb() { 31 }
sub check_prog {
- my ($in) = @_;
+ # perl_checker: require interactive
+ my ($in) = @_; # perl_checker: $in = interactive->new
$::prefix ? whereis_binary('mdadm') : $in->do_pkgs->ensure_binary_is_installed('mdadm', 'mdadm');
}