From de6e60435383dbebc186933d54b1b9bc68aba118 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Fri, 22 Aug 2003 21:29:12 +0000 Subject: fix the IFCFG reset of PATH env var which breaks packages installation --- Wiztemplate.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Wiztemplate.pm') diff --git a/Wiztemplate.pm b/Wiztemplate.pm index 9392ce03..4089912f 100755 --- a/Wiztemplate.pm +++ b/Wiztemplate.pm @@ -22,12 +22,10 @@ package WizTemplate; use strict; -use standalone; -use interactive; use common; -require "MDK/Wizard/IFCFG.pm"; +use MDK::Wizard::IFCFG; -my $net = new IFCFG; +my $wiz = new Wizcommon; my $o = { name => N('configuration wizard'), -- cgit v1.2.1