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.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm
index c52b778e..dd690c4b 100644
--- a/nisautofs_wizard/Nisautofs.pm
+++ b/nisautofs_wizard/Nisautofs.pm
@@ -150,6 +150,13 @@ $o->{pages} = {
end => 1,
next => 0
},
+ error_end => {
+ name => N("Failed"),
+ data => [ { label => N("Relaunch drakwizard, and try to change some parameters.") } ],
+ no_back => 1,
+ end => 1,
+ next => 0,
+ },
};
@@ -322,6 +329,7 @@ sub do_it_server {
# restart all needed services
needed_service($_) foreach qw(ypserv nfs);
undef $w;
+ check_started($_) foreach qw(ypserv nfsd);
}
sub do_it_client {
@@ -339,6 +347,7 @@ sub do_it_client {
update_network();
needed_service($_) foreach qw(ypbind autofs);
undef $w;
+ check_started($_) foreach qw(ypbind autofs);
}
sub new {