summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakauth
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-30 15:29:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-30 15:29:47 +0000
commit013de3b04fc467137a0fea07f0ca0f2e00fecc11 (patch)
treeb1abb45e863b160bacc3ecfe87b0b10e61268c1b /perl-install/standalone/drakauth
parentb8d631a3146e54954192547eda38ca6a14dd6d38 (diff)
downloaddrakx-backup-do-not-use-013de3b04fc467137a0fea07f0ca0f2e00fecc11.tar
drakx-backup-do-not-use-013de3b04fc467137a0fea07f0ca0f2e00fecc11.tar.gz
drakx-backup-do-not-use-013de3b04fc467137a0fea07f0ca0f2e00fecc11.tar.bz2
drakx-backup-do-not-use-013de3b04fc467137a0fea07f0ca0f2e00fecc11.tar.xz
drakx-backup-do-not-use-013de3b04fc467137a0fea07f0ca0f2e00fecc11.zip
backport HEAD changes used by finish-install
Diffstat (limited to 'perl-install/standalone/drakauth')
-rwxr-xr-xperl-install/standalone/drakauth4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth
index 1d89e08d7..c68a75b84 100755
--- a/perl-install/standalone/drakauth
+++ b/perl-install/standalone/drakauth
@@ -30,8 +30,8 @@ $in->ask_from(N("Authentication"), authentication::kind2description(),
authentication::ask_parameters($in, $netc, $authentication, $kind) or goto main;
eval {
- authentication::set($in, $netc, $authentication, sub { my ($f) = @_; $f->() });
- network::network::write_conf("$::prefix/etc/sysconfig/network", $netc);
+ authentication::set($in, $netc, $authentication);
+ network::network::write_conf($netc);
};
if (my $err = $@) {
$in->ask_warn(N("Error"), formatError($err));