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 --- web_wizard/Apache.pm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'web_wizard') diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 2585211b..55a19bbe 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -19,17 +19,14 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -package Apache; -use lib qw(/usr/lib/libDrakX); +package MDK::Wizard::Apache; use strict; -use standalone; -use interactive; use common; use MDK::Wizard::Wizcommon; use MDK::Wizard::Varspaceval; -my $wiz = new Wizcommon; +my $wiz = new MDK::Wizard::Wizcommon; my $file; my $root; -- cgit v1.2.1