summaryrefslogtreecommitdiffstats
path: root/nisautofs_wizard/Nisautofs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'nisautofs_wizard/Nisautofs.pm')
-rw-r--r--nisautofs_wizard/Nisautofs.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm
index ce49d8c4..8e3b1dad 100644
--- a/nisautofs_wizard/Nisautofs.pm
+++ b/nisautofs_wizard/Nisautofs.pm
@@ -82,12 +82,11 @@ $o->{pages} = {
},
next => 'nis_server2',
},
- nis_server2 => {
+ nis_server2 => {
name => N("Home NIS: home base directory for users on NIS server. This directory will be exported through NFS server."),
- pre => sub { $o->{var}{wiz_} = $p->{}; },
data => [
{ label => N("Home NIS:"), val => \$o->{var}{HOMENIS} },
- { text => N("Create home NIS directory if it doesn't exist"), type => 'bool', val => \$o->{var}{create_missing_directory} },
+ { label => N("Create home NIS directory if it doesn't exist"), type => 'bool', val => \$o->{var}{create_missing_directory} },
],
complete => sub {
if (!-d $o->{var}{HOMENIS} and $o->{var}{create_missing_directory}) {