From 2bd43e3a719a5b0a0bd143b974d513be418dd3d9 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Thu, 26 Feb 2004 13:38:31 +0000 Subject: fix typo --- nisautofs_wizard/Nisautofs.pm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'nisautofs_wizard/Nisautofs.pm') diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm index cf3755a4..db63d8bf 100644 --- a/nisautofs_wizard/Nisautofs.pm +++ b/nisautofs_wizard/Nisautofs.pm @@ -68,8 +68,8 @@ my $o = { }; my %level = ( - 1 => N("NIS Server with autofs map"), - 2 => N("NIS Client"), + 1 => N("NIS server with autofs map"), + 2 => N("NIS client"), ); $o->{pages} = { @@ -89,8 +89,8 @@ $o->{pages} = { nis_client => { name => N("Configure computer to be a NIS client") . "\n\n" . N("You just have to put nisdomain and nisserver."), data => [ - { label => N("NIS Server:"), val => \$o->{var}{NISSERVER} }, - { label => N("NIS Domain:"), val => \$o->{var}{NISDOMAIN} }, + { label => N("NIS server:"), val => \$o->{var}{NISSERVER} }, + { label => N("NIS domain:"), val => \$o->{var}{NISDOMAIN} }, ], next => 'summaryclient', }, @@ -111,10 +111,10 @@ $o->{pages} = { { label => N("Home NIS:"), fixed_val => \$o->{var}{HOMENIS} }, { label => N("NIS domainname:"), fixed_val => \$o->{var}{NISDOMAIN} }, { label => N("NIS directory:"), fixed_val => \$o->{var}{NIS_DIRMAKEFILE} }, - { label => N("Network File:"), fixed_val => \$o->{var}{NETWORKFILE} }, - { label => N("NFS exports:"), fixed_val => \$o->{var}{NFSEXPORTS} }, - { label => N("Auto master:"), fixed_val => \$o->{var}{AUTOMASTER} }, - { label => N("Auto home:"), fixed_val => \$o->{var}{AUTOHOME} }, +# { label => N("Network file:"), fixed_val => \$o->{var}{NETWORKFILE} }, +# { label => N("NFS exports:"), fixed_val => \$o->{var}{NFSEXPORTS} }, +# { label => N("Auto master:"), fixed_val => \$o->{var}{AUTOMASTER} }, +# { label => N("Auto home:"), fixed_val => \$o->{var}{AUTOHOME} }, ], post => \&do_it_server, next => 'endserver', @@ -307,7 +307,7 @@ sub uninstall_rpm { sub do_it_server { return if $::testing; my $in = 'interactive'->vnew('su', 'nisautofsconfig'); - my $w = $in->wait_message(N("NIS with autofs map"), N("Configuring your system to be a NIS server with Autofs map...")); + my $w = $in->wait_message(N("NIS with Autofs map"), N("Configuring your system to be a NIS server with Autofs map...")); # system("urpme --auto autofs") if (system("/bin/rpm -q autofs >/dev/null")); uninstall_rpm('autofs'); system("urpmi --auto --auto-select ypserv"); @@ -336,7 +336,7 @@ sub do_it_server { sub do_it_client { return if $::testing; my $in = 'interactive'->vnew('su', 'nisautofsclient'); - my $w = $in->wait_message(N("NIS Client"), N("Configuring your system as NIS Client ...")); + my $w = $in->wait_message(N("NIS client"), N("Configuring your system as NIS client ...")); uninstall_rpm('ypserv'); system("urpmi --auto-select --auto autofs"); test_autofile(); -- cgit v1.2.1