summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2006-06-20 17:52:48 +0000
committerAntoine Ginies <aginies@mandriva.com>2006-06-20 17:52:48 +0000
commitdd145583e0304d8d47b1ea691d0c738eaed0535a (patch)
treeec246471773a5b501738016cf9762ec8dc19a183
parent48fd0caf51d04e7956618f632173a6c81f31e870 (diff)
downloaddrakwizard-dd145583e0304d8d47b1ea691d0c738eaed0535a.tar
drakwizard-dd145583e0304d8d47b1ea691d0c738eaed0535a.tar.gz
drakwizard-dd145583e0304d8d47b1ea691d0c738eaed0535a.tar.bz2
drakwizard-dd145583e0304d8d47b1ea691d0c738eaed0535a.tar.xz
drakwizard-dd145583e0304d8d47b1ea691d0c738eaed0535a.zip
display an information message to tell user to use now draknfs
-rwxr-xr-xnfs_wizard/NFS.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/nfs_wizard/NFS.pm b/nfs_wizard/NFS.pm
index 001def82..f38286e0 100755
--- a/nfs_wizard/NFS.pm
+++ b/nfs_wizard/NFS.pm
@@ -51,6 +51,9 @@ $o->{pages} = {
welcome => {
name => N("NFS Server Configuration Wizard") . "\n\n" . N("This wizard will help you configuring the NFS server for your network."),
no_back => 1,
+ pre => sub {
+ $in->ask_warn((""), N("You should now use draknfs to configure your NFS share."));
+ },
next => 'nfs'
},
nfs => {