summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-20 23:52:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-20 23:52:35 +0000
commit6362e37a17081860df376ff300df5a4f0fc51f78 (patch)
tree413252bb74845029182f443e368455d43bfda11e /perl-install/authentication.pm
parentf13b1d1fcaf11475fa7cd8e163a635f0c6580fca (diff)
downloaddrakx-backup-do-not-use-6362e37a17081860df376ff300df5a4f0fc51f78.tar
drakx-backup-do-not-use-6362e37a17081860df376ff300df5a4f0fc51f78.tar.gz
drakx-backup-do-not-use-6362e37a17081860df376ff300df5a4f0fc51f78.tar.bz2
drakx-backup-do-not-use-6362e37a17081860df376ff300df5a4f0fc51f78.tar.xz
drakx-backup-do-not-use-6362e37a17081860df376ff300df5a4f0fc51f78.zip
perl_checker compliance
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index 0419163f2..846456954 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -258,7 +258,7 @@ sub set {
mkdir_p("$::prefix/home/$domain");
$when_network_is_up->(sub {
- run_program::rooted($::prefix, 'net','ads','join', '-U', $authentication->{winuser} . '%' . $authentication->{winpass});
+ run_program::rooted($::prefix, 'net', 'ads', 'join', '-U', $authentication->{winuser} . '%' . $authentication->{winpass});
});
}
}