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 --- ftp_wizard/Proftpd.pm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'ftp_wizard') diff --git a/ftp_wizard/Proftpd.pm b/ftp_wizard/Proftpd.pm index fa1e13b9..500bd5b5 100755 --- a/ftp_wizard/Proftpd.pm +++ b/ftp_wizard/Proftpd.pm @@ -18,16 +18,13 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -package Proftpd; -use lib qw(/usr/lib/libDrakX); +package MDK::Wizard::Proftpd; use strict; -use standalone; -use interactive; use common; -require "MDK/Wizard/IFCFG.pm"; +require MDK::Wizard::Wizcommon; -my $net = new IFCFG; +my $wiz = new MDK::Wizard::Wizcommon; my $o = { name => 'configuration wizard', -- cgit v1.2.1