From 55552462496b93c655c040f4e8c376533bc5e1a6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 4 Nov 2005 13:35:29 +0000 Subject: perl_checko cleanup --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { -- cgit v1.2.1