summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-23 19:50:48 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-23 19:50:48 +0000
commit675325294d4b19c819c708751dc6d6a1b71564a3 (patch)
tree7b738a881f825c65fdbae43f45b8a9154181b73e /perl-install/diskdrake
parent9737fcaded446ecf8c91b564c6f1280aa8189bc7 (diff)
downloaddrakx-backup-do-not-use-675325294d4b19c819c708751dc6d6a1b71564a3.tar
drakx-backup-do-not-use-675325294d4b19c819c708751dc6d6a1b71564a3.tar.gz
drakx-backup-do-not-use-675325294d4b19c819c708751dc6d6a1b71564a3.tar.bz2
drakx-backup-do-not-use-675325294d4b19c819c708751dc6d6a1b71564a3.tar.xz
drakx-backup-do-not-use-675325294d4b19c819c708751dc6d6a1b71564a3.zip
help perl_checker
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/resize_ntfs.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/diskdrake/resize_ntfs.pm b/perl-install/diskdrake/resize_ntfs.pm
index 1b24a9707..16c2f9459 100644
--- a/perl-install/diskdrake/resize_ntfs.pm
+++ b/perl-install/diskdrake/resize_ntfs.pm
@@ -5,7 +5,7 @@ use strict;
use run_program;
use common;
-
+# perl_checker: require interactive
sub new {
my ($type, $_device, $dev) = @_;
@@ -13,7 +13,7 @@ sub new {
}
sub check_prog {
- my ($in) = @_;
+ my ($in) = @_; # perl_checker: $in = interactive->new
#- ensure_binary_is_installed checks binary chrooted, whereas we run the binary non-chrooted (pb for Mageia One)
$::isInstall || whereis_binary('ntfsresize') || $in->do_pkgs->ensure_binary_is_installed('ntfsprogs', 'ntfsresize');
}