summaryrefslogtreecommitdiffstats
path: root/common/Varspaceval.pm
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-08-22 21:29:12 +0000
committerFlorent Villard <warly@mandriva.com>2003-08-22 21:29:12 +0000
commitde6e60435383dbebc186933d54b1b9bc68aba118 (patch)
tree0f8111bf3792d88d39d64fde0793e20dd7305607 /common/Varspaceval.pm
parent150bc87396011253a541ca0ad32250e926ab0ecc (diff)
downloaddrakwizard-de6e60435383dbebc186933d54b1b9bc68aba118.tar
drakwizard-de6e60435383dbebc186933d54b1b9bc68aba118.tar.gz
drakwizard-de6e60435383dbebc186933d54b1b9bc68aba118.tar.bz2
drakwizard-de6e60435383dbebc186933d54b1b9bc68aba118.tar.xz
drakwizard-de6e60435383dbebc186933d54b1b9bc68aba118.zip
fix the IFCFG reset of PATH env var which breaks packages installation
Diffstat (limited to 'common/Varspaceval.pm')
-rw-r--r--common/Varspaceval.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/Varspaceval.pm b/common/Varspaceval.pm
index 61a31cff..fd5500d1 100644
--- a/common/Varspaceval.pm
+++ b/common/Varspaceval.pm
@@ -1,16 +1,15 @@
#!/usr/bin/perl -w
# Author Philippe Hétroy, phetroy@mandrakesoft.com
-# $Id: Varspaceval.pm,v 1.1 2003-08-22 19:59:47 warly Exp $
+# $Id: Varspaceval.pm,v 1.2 2003-08-22 21:29:12 warly Exp $
# Module for loding and committing informations in a VAR = value file type
-package Varspaceval;
+package MDK::Wizard::Varspaceval;
use lib('./');
use strict;
use Data::Dumper;
-
# Get all useful content of the config file
# Return a hash containg the key and the value
# ATTENTION : in the conf file, an empty value is returnes as a spaced value (mandatory because of XML compatibility)