summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-11-04 13:35:29 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-11-04 13:35:29 +0000
commit55552462496b93c655c040f4e8c376533bc5e1a6 (patch)
treefee2a574ed45164c48bfcb375e897da2c8c1dd26 /perl-install/authentication.pm
parentd6c8ec3396892efdcca89818aebf86b4db7a98b2 (diff)
downloaddrakx-55552462496b93c655c040f4e8c376533bc5e1a6.tar
drakx-55552462496b93c655c040f4e8c376533bc5e1a6.tar.gz
drakx-55552462496b93c655c040f4e8c376533bc5e1a6.tar.bz2
drakx-55552462496b93c655c040f4e8c376533bc5e1a6.tar.xz
drakx-55552462496b93c655c040f4e8c376533bc5e1a6.zip
perl_checko cleanup
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 a15d3a155..3e276e959 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -340,7 +340,7 @@ sub set_raw {
$when_network_is_up->(sub {
run_program::rooted($::prefix, 'nisdomainname', $domain);
run_program::rooted($::prefix, 'service', 'ypbind', 'restart');
- })
+ });
# } elsif ($kind eq 'winbind' || $kind eq 'AD' && $authentication->{subkind} eq 'winbind') {
} elsif ($kind eq 'winbind') {