summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installsrv_wizard/Installsrv.pm2
-rw-r--r--nisautofs_wizard/Nisautofs.pm4
2 files changed, 3 insertions, 3 deletions
diff --git a/installsrv_wizard/Installsrv.pm b/installsrv_wizard/Installsrv.pm
index db74a1d4..38d4f15a 100644
--- a/installsrv_wizard/Installsrv.pm
+++ b/installsrv_wizard/Installsrv.pm
@@ -43,7 +43,7 @@ my $o = {
SOURCEDIR => '/mnt/nfs/cooker',
},
needed_rpm => [ 'nfs-utils', 'apache' ],
- defaultimage => "/usr/share/wizards/dns_wizard/images/Install.png"
+ defaultimage => "/usr/share/wizards/installsrv_wizard/images/Install.png"
};
$o->{pages} = {
diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm
index 9fe54a69..31816663 100644
--- a/nisautofs_wizard/Nisautofs.pm
+++ b/nisautofs_wizard/Nisautofs.pm
@@ -45,7 +45,7 @@ my $AUTOHOME = "/etc/auto.home";
my $YPCONF = "/etc/yp.conf";
my $o = {
- name => 'LDAP Configuration Wizard',
+ name => 'NIS Configuration Wizard',
var => {
NISDOMAIN => chomp_($NISDOMAIN),
NISSERVER => chomp_($HOST),
@@ -57,7 +57,7 @@ my $o = {
AUTOHOME => $AUTOHOME,
},
needed_rpm => [ 'ypbind', 'nfs-utils', 'yp-tools', 'nfs-utils-clients' ],
- defaultimage => "/usr/share/wizards/dns_wizard/images/nisautofs.png",
+ defaultimage => "/usr/share/wizards/nisautofs_wizard/images/nisautofs.png",
init => sub {
if (member($NISDOMAIN, qw(localdomain (none)))) {
return 0, N("You need to readjust your NIS domainname. For a NIS server you need a correct NIS domainname, not egal to localdomain or none. Add NISDOMAIN=your_nis_domain in /etc/sysconfig/network file, and do a: nisdomainname your_nis_domain.")