summaryrefslogtreecommitdiffstats
path: root/nisautofs_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-10 14:47:35 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-10 14:47:35 +0000
commit1be183c7793a0565b7dca285e4075e5d6d87f0e0 (patch)
treeb2bf9f2966f45e11452030101b52d7d6c59bb0d8 /nisautofs_wizard
parentaed1cf48b8ac5a58b74358ea1d930578f6f40170 (diff)
downloaddrakwizard-1be183c7793a0565b7dca285e4075e5d6d87f0e0.tar
drakwizard-1be183c7793a0565b7dca285e4075e5d6d87f0e0.tar.gz
drakwizard-1be183c7793a0565b7dca285e4075e5d6d87f0e0.tar.bz2
drakwizard-1be183c7793a0565b7dca285e4075e5d6d87f0e0.tar.xz
drakwizard-1be183c7793a0565b7dca285e4075e5d6d87f0e0.zip
various typo fix (Diego Iastrubni, Reinout van Schouwen)
Diffstat (limited to 'nisautofs_wizard')
-rw-r--r--nisautofs_wizard/Nisautofs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm
index de312857..13f3c5e0 100644
--- a/nisautofs_wizard/Nisautofs.pm
+++ b/nisautofs_wizard/Nisautofs.pm
@@ -95,7 +95,7 @@ $o->{pages} = {
next => 'summaryclient',
},
nis_server => {
- name => N("NIS server with autofs map") . "\n\n" . N("A NIS server is useful to create user, hostname database. The wizard also build autofs map, so it provides the capabilities for NIS user to automount their home directory on a NIS client computer.") . "\n\n" . N("NIS server: name of your computer.") . "\n" . N("Home NIS: home base directory for users on NIS server. This directory will be exported through NFS server.") . "\n" . N("NIS domain: NIS domain to use (generally same as your DNS domainaname)."),
+ name => N("NIS server with autofs map") . "\n\n" . N("A NIS server is useful to create user, hostname database. The wizard also build autofs map, so it provides the capabilities for NIS user to automount their home directory on a NIS client computer.") . "\n\n" . N("NIS server: name of your computer.") . "\n" . N("Home NIS: home base directory for users on NIS server. This directory will be exported through NFS server.") . "\n" . N("NIS domain: NIS domain to use (generally same as your DNS domain name)."),
data => [
{ label => N("NIS server:"), val => $HOST },
{ label => N("Home NIS:"), val => \$o->{var}{HOMENIS} },