From dd145583e0304d8d47b1ea691d0c738eaed0535a Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 20 Jun 2006 17:52:48 +0000 Subject: display an information message to tell user to use now draknfs --- nfs_wizard/NFS.pm | 3 +++ 1 file changed, 3 insertions(+) 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 => { -- cgit v1.2.1