From c35e14afe195640b441f40bdd9be6e7344dd9528 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 4 Apr 2011 19:18:28 +0000 Subject: - string changes: perl -pi -e 's!Can not!Cannot!' --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index ab249dc50..7c7157ce9 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -374,7 +374,7 @@ EOF } elsif ($kind eq 'NIS') { my $domain = $net->{network}{NISDOMAIN}; my $NIS_server = $authentication->{NIS_server}; - $domain || $NIS_server ne "broadcast" or die N("Can not use broadcast with no NIS domain"); + $domain || $NIS_server ne "broadcast" or die N("Cannot use broadcast with no NIS domain"); my $t = $domain ? ($NIS_server eq 'broadcast' ? "domain $domain broadcast" : -- cgit v1.2.1