summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-02-10 16:21:54 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-02-10 16:21:54 +0000
commit48e4515bbe2f89b312473ec7bd6a38d265bb097d (patch)
tree576c94480a6b5dc3f49c0139bbef87c274093ab3
parentaf0ca288ac7738c1512aa0840a2a1e0a4e92c817 (diff)
downloaddrakwizard-48e4515bbe2f89b312473ec7bd6a38d265bb097d.tar
drakwizard-48e4515bbe2f89b312473ec7bd6a38d265bb097d.tar.gz
drakwizard-48e4515bbe2f89b312473ec7bd6a38d265bb097d.tar.bz2
drakwizard-48e4515bbe2f89b312473ec7bd6a38d265bb097d.tar.xz
drakwizard-48e4515bbe2f89b312473ec7bd6a38d265bb097d.zip
- use ENV{__WIZ_HOME__} variable to be able to test directly from the CVS tree
change "choose a country" to "choose a city"
-rw-r--r--nisautofs_wizard/Nisautofs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm
index dd690c4b..51b7228b 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/nisautofs_wizard/images/nisautofs.png",
+ defaultimage => "$ENV{__WIZ_HOME__}/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 equal to localdomain or none. Add NISDOMAIN=your_nis_domain in /etc/sysconfig/network file, and do a: nisdomainname your_nis_domain.")