summaryrefslogtreecommitdiffstats
path: root/nisautofs_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2006-06-21 09:17:32 +0000
committerAntoine Ginies <aginies@mandriva.com>2006-06-21 09:17:32 +0000
commit037ad6f483e9eaae5c9bbf89c373c21991ed8258 (patch)
treebffb66baf862dc6106817f293626d30abd3d14f8 /nisautofs_wizard
parent4a6671b8ab500aa7742cb468ea2ab29d6451e3fa (diff)
downloaddrakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.gz
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.bz2
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.tar.xz
drakwizard-037ad6f483e9eaae5c9bbf89c373c21991ed8258.zip
fix defaultimage
Diffstat (limited to 'nisautofs_wizard')
-rw-r--r--nisautofs_wizard/Nisautofs.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm
index 65f6dfca..ce49d8c4 100644
--- a/nisautofs_wizard/Nisautofs.pm
+++ b/nisautofs_wizard/Nisautofs.pm
@@ -59,11 +59,12 @@ my $o = {
create_missing_directory => '',
},
needed_rpm => [ 'ypserv', 'ypbind', 'nfs-utils', 'yp-tools', 'nfs-utils-clients' ],
+ defaultimage => "/usr/share/mcc/themes/default/nisautofs.png",
init => sub {
test_host_domain($HOST, $NISDOMAIN);
},
};
-$::Wizard_pix_up = "/usr/share/mcc/themes/default/nisautofs.png";
+
$o->{pages} = {
welcome => {
name => N("NIS server with autofs map") . "\n\n" . N("Setup a NIS server with autofs map, auto.home and auto.master files.") . "\n\n" . N("Users automatically mount their home directory from server, when they log on a NIS client computer network."),