summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-23 19:51:07 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-23 19:51:07 +0000
commit9ccdc398536c3566c8f81a1169dd70a763e347c6 (patch)
tree874a689589b49d71c251de0d5373d6dbfcd14b7d
parent673cc1f09ca5b9bf9adfb01fada7d04c5663d069 (diff)
downloaddrakx-9ccdc398536c3566c8f81a1169dd70a763e347c6.tar
drakx-9ccdc398536c3566c8f81a1169dd70a763e347c6.tar.gz
drakx-9ccdc398536c3566c8f81a1169dd70a763e347c6.tar.bz2
drakx-9ccdc398536c3566c8f81a1169dd70a763e347c6.tar.xz
drakx-9ccdc398536c3566c8f81a1169dd70a763e347c6.zip
(encrypt_home) add a FIXME note about missing parameter
(spot by perl_checker)
-rwxr-xr-xperl-install/standalone/finish-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install
index a57c42a63..f0980869d 100755
--- a/perl-install/standalone/finish-install
+++ b/perl-install/standalone/finish-install
@@ -214,6 +214,7 @@ sub encrypt_home {
s/^volume $user->{name}.*//;
$_ .= "volume $user->{name} crypt - $device $home - - -\n" if eof;
} $::prefix . '/etc/security/pam_mount.conf';
+ # FIXME: missing parameter
authentication::set_pam_authentication('mount');
run_program::raw({ root => $::prefix, sensitive_arguments => 1 },