From a798005111cd26966def46196afea3264e835bd2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 4 Nov 2005 11:36:34 +0000 Subject: (set_raw) restart ypbind in install too (killing old todo) --- perl-install/authentication.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index e8606b8db..a15d3a155 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -340,11 +340,9 @@ sub set_raw { $when_network_is_up->(sub { run_program::rooted($::prefix, 'nisdomainname', $domain); run_program::rooted($::prefix, 'service', 'ypbind', 'restart'); - }) if !$::isInstall; #- TODO: also do it during install since nis can be useful to resolve domain names. Not done because 9.2-RC + }) # } elsif ($kind eq 'winbind' || $kind eq 'AD' && $authentication->{subkind} eq 'winbind') { -# }) if !$::isInstall; -#- TODO: also do it during install since nis can be useful to resolve domain names. Not done because 9.2-RC } elsif ($kind eq 'winbind') { my $domain = uc $authentication->{WINDOMAIN}; -- cgit v1.2.1