summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:18:28 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:18:28 +0000
commitb8c73c319b866d4935cf3b39ba3988a6aa19a6b3 (patch)
tree116d084cd34a62a977dcc018181b16eb9f618c19 /perl-install/authentication.pm
parent02206ce2d448b1e4e0d4d55c837b52a27b49885b (diff)
downloaddrakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar.gz
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar.bz2
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar.xz
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.zip
- string changes: perl -pi -e 's!Can not!Cannot!'
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 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" :