diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-01-22 10:50:02 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-01-22 10:50:02 +0000 |
commit | 324af53a9e72324cf1a0b25e3719d314d361c2bc (patch) | |
tree | f28372f19473165eb0c4ef4eabdf134be3943f32 | |
parent | 77a05a1cd8f1e7d74ae953f852628ecf61c5c4cb (diff) | |
download | drakwizard-324af53a9e72324cf1a0b25e3719d314d361c2bc.tar drakwizard-324af53a9e72324cf1a0b25e3719d314d361c2bc.tar.gz drakwizard-324af53a9e72324cf1a0b25e3719d314d361c2bc.tar.bz2 drakwizard-324af53a9e72324cf1a0b25e3719d314d361c2bc.tar.xz drakwizard-324af53a9e72324cf1a0b25e3719d314d361c2bc.zip |
reference to correct image name
-rw-r--r-- | nisautofs_wizard/Makefile | 2 | ||||
-rw-r--r-- | nisautofs_wizard/Nisautofs.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nisautofs_wizard/Makefile b/nisautofs_wizard/Makefile index 9fc46808..777f6701 100644 --- a/nisautofs_wizard/Makefile +++ b/nisautofs_wizard/Makefile @@ -5,4 +5,4 @@ install: mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/nisautofs_wizard/images mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard install --mode=u=rw,g=r,o=r -p *.pm ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard/ - install --mode=a=r -p ./images/*.png ${prefix}/share/wizards/nisautofs_wizard/images + install --mode=a=r -p ./images/nisautofs.png ${prefix}/share/wizards/nisautofs_wizard/images diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm index a696e362..9fe54a69 100644 --- a/nisautofs_wizard/Nisautofs.pm +++ b/nisautofs_wizard/Nisautofs.pm @@ -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/NIS.png", + defaultimage => "/usr/share/wizards/dns_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.") |